Skip to content

Commit db9c5a6

Browse files
committed
address comment
1 parent 73bf517 commit db9c5a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clang-tools-extra/clang-doc/support/File.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- FileHelpersClangDoc.cpp - File Helpers -------------------*- C++-*-===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -69,4 +69,4 @@ llvm::SmallString<128> computeRelativePath(llvm::StringRef Destination,
6969
}
7070

7171
} // namespace doc
72-
} // namespace clang
72+
} // namespace clang

clang-tools-extra/clang-doc/support/File.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//===-- File.h --- File Helpers -------------------*- C++-*-===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_DOC_FILEHELPER_H
9-
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_DOC_FILEHELPER_H
8+
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_DOC_FILE_H
9+
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_DOC_FILE_H
1010

1111
#include "llvm/ADT/StringExtras.h"
1212
#include "llvm/Support/Error.h"
@@ -22,4 +22,4 @@ llvm::SmallString<128> computeRelativePath(llvm::StringRef Destination,
2222
} // namespace doc
2323
} // namespace clang
2424

25-
#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_DOC_FILEHELPER_H
25+
#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_DOC_FILE_H

0 commit comments

Comments
 (0)