Skip to content

Commit 7fa8585

Browse files
committed
[NFC][clang] Remove trailing whitespaces
1 parent 5daf200 commit 7fa8585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/InstallAPI/FileList.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ InstallAPI JSON Input Format specification.
2222
{
2323
"headers" : [ # Required: Key must exist.
2424
{ # Optional: May contain 0 or more header inputs.
25-
"path" : "/usr/include/mach-o/dlfn.h", # Required: Path should point to destination
25+
"path" : "/usr/include/mach-o/dlfn.h", # Required: Path should point to destination
2626
# location where applicable.
2727
"type" : "public", # Required: Maps to HeaderType for header.
2828
"language": "c++" # Optional: Language mode for header.
2929
}
3030
],
31-
"version" : "3" # Required: Version 3 supports language mode
31+
"version" : "3" # Required: Version 3 supports language mode
3232
& project header input.
3333
}
3434
*/

0 commit comments

Comments
 (0)