Skip to content

Commit a945fb1

Browse files
committed
[clang] NFC, move the SourceLocationEncoding.h header guard to the begining of the file
1 parent e64f5dd commit a945fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Serialization/SourceLocationEncoding.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
//
2929
//===----------------------------------------------------------------------===//
3030

31+
#ifndef LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
32+
#define LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
33+
3134
#include "clang/Basic/SourceLocation.h"
3235
#include "llvm/Support/MathExtras.h"
3336
#include <climits>
3437

35-
#ifndef LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
36-
#define LLVM_CLANG_SERIALIZATION_SOURCELOCATIONENCODING_H
37-
3838
namespace clang {
3939

4040
/// Serialized encoding of SourceLocations without context.

0 commit comments

Comments
 (0)