Skip to content

Commit 997f981

Browse files
authored
[clang][deps] Update header guard (#170769)
1 parent 5ca53a2 commit 997f981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/DependencyScanning/DependencyScannerImpl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_CLANG_TOOLING_DEPENDENCYSCANNING_DEPENDENCYSCANNER_H
10-
#define LLVM_CLANG_TOOLING_DEPENDENCYSCANNING_DEPENDENCYSCANNER_H
9+
#ifndef LLVM_CLANG_DEPENDENCYSCANNING_DEPENDENCYSCANNERIMPL_H
10+
#define LLVM_CLANG_DEPENDENCYSCANNING_DEPENDENCYSCANNERIMPL_H
1111

1212
#include "clang/DependencyScanning/DependencyScanningFilesystem.h"
1313
#include "clang/DependencyScanning/ModuleDepCollector.h"
@@ -193,4 +193,4 @@ class CompilerInstanceWithContext {
193193
} // namespace dependencies
194194
} // namespace clang
195195

196-
#endif
196+
#endif // LLVM_CLANG_DEPENDENCYSCANNING_DEPENDENCYSCANNERIMPL_H

0 commit comments

Comments
 (0)