commit | a892bf82840423f680bba65c0e679657b0dd347f | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Jun 25 15:37:28 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Sun Jun 25 15:37:28 2006 +0000 |
tree | e140649aef68d124bb9bf2d0307bc4ccea75912b | |
parent | 934da82913f70ea3c68bcbcd7b184be54c2c2061 [diff] [blame] |
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 e5b2164..5d06116 100644 --- a/libbb/loop.c +++ b/libbb/loop.c
@@ -119,7 +119,7 @@ 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); }