Skip to content

Commit

Permalink
Formatting change; NFC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AaronBallman committed Dec 5, 2023
1 parent f20af73 commit a855b2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clang/include/clang/Lex/PPCallbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
#include "llvm/ADT/StringRef.h"

namespace clang {
class Token;
class IdentifierInfo;
class MacroDefinition;
class MacroDirective;
class MacroArgs;
class Token;
class IdentifierInfo;
class MacroDefinition;
class MacroDirective;
class MacroArgs;

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

0 comments on commit a855b2c

Please sign in to comment.