Message ID | patch-1.5-80cc41ca194-20211004T015432Z-avarab@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | advice API: simplification, small fixes, readability | expand |
diff --git a/advice.h b/advice.h index 601265fd107..694219f5cb2 100644 --- a/advice.h +++ b/advice.h @@ -12,7 +12,7 @@ struct string_list; * Add the new config variable to Documentation/config/advice.txt. * Call advise_if_enabled to print your advice. */ - enum advice_type { +enum advice_type { ADVICE_ADD_EMBEDDED_REPO, ADVICE_ADD_EMPTY_PATHSPEC, ADVICE_ADD_IGNORED_FILE,
Fix a style nit introduced in b3b18d16213 (advice: revamp advise API, 2020-03-02) and remove the leading whitespace before "enum". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> --- advice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)