Skip to content

Commit 6ce4c4c

Browse files
committed
[clang-format][NFC] Drop a redundant clang::format::
1 parent 2a61eeb commit 6ce4c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Format/UnwrappedLineParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3385,7 +3385,7 @@ void UnwrappedLineParser::parseAccessSpecifier() {
33853385
/// \brief Parses a requires, decides if it is a clause or an expression.
33863386
/// \pre The current token has to be the requires keyword.
33873387
/// \returns true if it parsed a clause.
3388-
bool clang::format::UnwrappedLineParser::parseRequires() {
3388+
bool UnwrappedLineParser::parseRequires() {
33893389
assert(FormatTok->is(tok::kw_requires) && "'requires' expected");
33903390
auto RequiresToken = FormatTok;
33913391

0 commit comments

Comments
 (0)