aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-30 00:29:55 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-30 00:29:55 +0000
commit1be4cb859b3f084a18161e9b075560cbec2218e8 (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /editors
parente37f68fb738d1bd2f958f8767b6990a9f9c74a97 (diff)
downloadbusybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.tar.gz
busybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.tar.bz2
busybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.zip
whitespace fixes
git-svn-id: svn://busybox.net/trunk/busybox@18703 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors')
-rw-r--r--editors/sed.c2
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