File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments