whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -638,7 +638,7 @@ int grep_main(int argc UNUSED_PARAM, char **argv)
|
||||
|
||||
if (opts & OPT_C) {
|
||||
/* -C unsets prev -A and -B, but following -A or -B
|
||||
may override it */
|
||||
* may override it */
|
||||
if (!(opts & OPT_A)) /* not overridden */
|
||||
lines_after = Copt;
|
||||
if (!(opts & OPT_B)) /* not overridden */
|
||||
|
Reference in New Issue
Block a user