Skip to content

Commit 6a390e3

Browse files
committed
[clang-format] Fix a comment
1 parent e46f0e0 commit 6a390e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Format/MacroExpander.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ MacroExpander::expand(FormatToken *ID,
234234
++Result[0]->MacroCtx->StartOfExpansion;
235235
++Result[Result.size() - 2]->MacroCtx->EndOfExpansion;
236236
} else {
237-
// If the macro expansion is empty, mark the start and end
237+
// If the macro expansion is empty, mark the start and end.
238238
Result[0]->MacroCtx->StartOfExpansion = 1;
239239
Result[0]->MacroCtx->EndOfExpansion = 1;
240240
}

0 commit comments

Comments
 (0)