On Thu, Jul 2, 2015 at 10:38 PM, Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: > Karthik Nayak <karthik.188@xxxxxxxxx> writes: > >> --- a/parse-options.h >> +++ b/parse-options.h >> @@ -246,5 +246,12 @@ extern int parse_opt_noop_cb(const struct option *, const char *, int); >> OPT_COLOR_FLAG(0, "color", (var), (h)) >> #define OPT_COLUMN(s, l, v, h) \ >> { OPTION_CALLBACK, (s), (l), (v), N_("style"), (h), PARSE_OPT_OPTARG, parseopt_column_callback } >> +#define _OPT_CONTAINS_OR_WITH(name, variable, help, flag) \ > > Same weird space as the other patch. > noted. -- Regards, Karthik Nayak -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html