Skip to content

Commit

Permalink
[pseudo] Cleanup the leftover header guards after the movement, NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Mar 16, 2022
1 parent a8ef5d2 commit e5b1b9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ class DirectiveMap::Chunk {
} // namespace pseudo
} // namespace clang

#endif
#endif // CLANG_PSEUDO_DIRECTIVEMAP_H
2 changes: 1 addition & 1 deletion clang-tools-extra/pseudo/include/clang-pseudo/Grammar.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ struct GrammarTable {
} // namespace pseudo
} // namespace clang

#endif // LLVM_CLANG_TOOLING_SYNTAX_GRAMMAR_H
#endif // CLANG_PSEUDO_GRAMMAR_H
2 changes: 1 addition & 1 deletion clang-tools-extra/pseudo/include/clang-pseudo/LRGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ template <> struct DenseMapInfo<clang::pseudo::Item> {
};
} // namespace llvm

#endif // LLVM_CLANG_TOOLING_SYNTAX_PSEUDO_LRGRAPH_H
#endif // CLANG_PSEUDO_LRGRAPH_H
2 changes: 1 addition & 1 deletion clang-tools-extra/pseudo/include/clang-pseudo/LRTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &, const LRTable::Action &);
} // namespace pseudo
} // namespace clang

#endif // LLVM_CLANG_TOOLING_SYNTAX_PSEUDO_LRTABLE_H
#endif // CLANG_PSEUDO_LRTABLE_H
2 changes: 1 addition & 1 deletion clang-tools-extra/pseudo/include/clang-pseudo/Token.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ TokenStream stripComments(const TokenStream &);
} // namespace pseudo
} // namespace clang

#endif
#endif // CLANG_PSEUDO_TOKEN_H

0 comments on commit e5b1b9e

Please sign in to comment.