diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /editors/sed.c | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'editors/sed.c')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index b3c4430a1..d49627ff4 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -1223,7 +1223,7 @@ int sed_main(int argc, char **argv) | |||
1223 | int status = EXIT_SUCCESS; | 1223 | int status = EXIT_SUCCESS; |
1224 | 1224 | ||
1225 | if (sizeof(struct globals) > sizeof(bb_common_bufsiz1)) | 1225 | if (sizeof(struct globals) > sizeof(bb_common_bufsiz1)) |
1226 | BUG_sed_globals_too_big(); | 1226 | BUG_sed_globals_too_big(); |
1227 | 1227 | ||
1228 | G.sed_cmd_tail = &G.sed_cmd_head; | 1228 | G.sed_cmd_tail = &G.sed_cmd_head; |
1229 | 1229 | ||