X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin%2Fapply.c;h=562e5345fc969a5ad03b3ade4952668bcec09136;hb=8718e875080767f2c8d06c55c3fb5a6dddf0e5a0;hp=8fc5ec31deae63122878bdb776921bcf656fb791;hpb=770c54170a43ffb3810088a85f25c59c0cbf7b38;p=git.git diff --git a/builtin/apply.c b/builtin/apply.c index 8fc5ec31d..562e5345f 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -56,7 +56,7 @@ static enum ws_error_action { nowarn_ws_error, warn_on_ws_error, die_on_ws_error, - correct_ws_error, + correct_ws_error } ws_error_action = warn_on_ws_error; static int whitespace_error; static int squelch_whitespace_errors = 5; @@ -64,7 +64,7 @@ static int applied_after_fixing_ws; static enum ws_ignore { ignore_ws_none, - ignore_ws_change, + ignore_ws_change } ws_ignore_action = ignore_ws_none;