[clang] 7fa8585 - [NFC][clang] Remove trailing whitespaces
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 21 12:22:10 PST 2024
Author: Bill Wendling
Date: 2024-02-21T12:21:35-08:00
New Revision: 7fa8585fdefd98dd73940c74165aa55da1175f02
URL: https://github.com/llvm/llvm-project/commit/7fa8585fdefd98dd73940c74165aa55da1175f02
DIFF: https://github.com/llvm/llvm-project/commit/7fa8585fdefd98dd73940c74165aa55da1175f02.diff
LOG: [NFC][clang] Remove trailing whitespaces
Added:
Modified:
clang/lib/InstallAPI/FileList.cpp
Removed:
################################################################################
diff --git a/clang/lib/InstallAPI/FileList.cpp b/clang/lib/InstallAPI/FileList.cpp
index baa524db5d7f8f..8a01248659b7d7 100644
--- a/clang/lib/InstallAPI/FileList.cpp
+++ b/clang/lib/InstallAPI/FileList.cpp
@@ -22,13 +22,13 @@ InstallAPI JSON Input Format specification.
{
"headers" : [ # Required: Key must exist.
{ # Optional: May contain 0 or more header inputs.
- "path" : "/usr/include/mach-o/dlfn.h", # Required: Path should point to destination
+ "path" : "/usr/include/mach-o/dlfn.h", # Required: Path should point to destination
# location where applicable.
"type" : "public", # Required: Maps to HeaderType for header.
"language": "c++" # Optional: Language mode for header.
}
],
- "version" : "3" # Required: Version 3 supports language mode
+ "version" : "3" # Required: Version 3 supports language mode
& project header input.
}
*/
More information about the cfe-commits
mailing list