Skip to content

Commit 165f511

Browse files
committed
Format
1 parent f6166a6 commit 165f511

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/AST/Mangle.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class VarDecl;
4343
/// Extract mangling function name from MangleContext such that swift can call
4444
/// it to prepare for ObjCDirect in swift.
4545
void mangleObjCMethodName(raw_ostream &OS, bool includePrefixByte,
46-
bool isInstanceMethod, StringRef ClassName,
47-
std::optional<StringRef> CategoryName,
48-
StringRef MethodName);
46+
bool isInstanceMethod, StringRef ClassName,
47+
std::optional<StringRef> CategoryName,
48+
StringRef MethodName);
4949

5050
/// MangleContext - Context for tracking state which persists across multiple
5151
/// calls to the C++ name mangler.

0 commit comments

Comments
 (0)