Skip to content

Commit d441d28

Browse files
committed
[clang][NFC] Fix indentation in a comment
1 parent 86ba681 commit d441d28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,7 @@ class Parser : public CodeCompletionHandler {
752752
/// name must refer to an entity which has already been declared.
753753
///
754754
/// \param CCC Indicates how to perform typo-correction for this name. If
755-
/// NULL,
756-
/// no typo correction will be performed.
755+
/// NULL, no typo correction will be performed.
757756
/// \param AllowImplicitTypename Whether we are in a context where a dependent
758757
/// nested-name-specifier without typename is treated as a type (e.g.
759758
/// T::type).

0 commit comments

Comments
 (0)