From: Rob Landley Date: Sun, 25 Jun 2006 15:37:28 +0000 (-0000) Subject: Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" X-Git-Tag: 1_2_0~86 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a892bf82840423f680bba65c0e679657b0dd347f;p=oweals%2Fbusybox.git Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" and "nighttime"...) --- diff --git a/libbb/loop.c b/libbb/loop.c index e5b21642e..5d06116e8 100644 --- a/libbb/loop.c +++ b/libbb/loop.c @@ -119,7 +119,7 @@ int set_loop(char **device, const char *file, int offset) loopinfo.lo_offset = offset; /* Associate free loop device with file. */ if(!ioctl(dfd, LOOP_SET_FD, ffd)) { - if (!ioctl(dfd, BB_LOOP_SET_STATUS, &loopinfo)) rc=0; + if (!ioctl(dfd, BB_LOOP_SET_STATUS, &loopinfo)) rc=0; else ioctl(dfd, LOOP_CLR_FD, 0); }