Skip to content

Commit a855b2c

Browse files
committed
Formatting change; NFC
I'm adding to the list of forward declares in a PR for #embed, so this won't be a formatting-only change for long.
1 parent f20af73 commit a855b2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/include/clang/Lex/PPCallbacks.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#include "llvm/ADT/StringRef.h"
2323

2424
namespace clang {
25-
class Token;
26-
class IdentifierInfo;
27-
class MacroDefinition;
28-
class MacroDirective;
29-
class MacroArgs;
25+
class Token;
26+
class IdentifierInfo;
27+
class MacroDefinition;
28+
class MacroDirective;
29+
class MacroArgs;
3030

3131
/// This interface provides a way to observe the actions of the
3232
/// preprocessor as it does its thing.

0 commit comments

Comments
 (0)