[ast] [diag] fix indentation

This commit is contained in:
Suyash Srijan
2018-11-26 21:52:25 +00:00
committed by GitHub
parent 3b8128ccf9
commit 430d8a59b6

View File

@@ -230,7 +230,7 @@ ERROR(guard_body_must_not_fallthrough,none,
" to exit the scope", ())
WARNING(unreachable_code,none, "will never be executed", ())
NOTE(unreachable_code_uninhabited_param_note,none,
"'%0' is uninhabited, so this function body can never be executed", (StringRef))
"'%0' is uninhabited, so this function body can never be executed", (StringRef))
NOTE(unreachable_code_branch,none,
"condition always evaluates to %select{false|true}0", (bool))
NOTE(call_to_noreturn_note,none,