summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-07-20 08:19:20 +0000
committerFangrui Song <maskray@google.com>2018-07-20 08:19:20 +0000
commit99337e246cc258e89dc68f0b0e654be89d010cf7 (patch)
tree9dd1e048437c6b929c32dbe6c1464c6d0a88efa7 /clang/include/clang-c
parent3e0051bb51b0a57f5d220bec3d7930a72bd7c057 (diff)
downloadbcm5719-llvm-99337e246cc258e89dc68f0b0e654be89d010cf7.tar.gz
bcm5719-llvm-99337e246cc258e89dc68f0b0e654be89d010cf7.zip
Change \t to spaces
llvm-svn: 337530
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/BuildSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/BuildSystem.h b/clang/include/clang-c/BuildSystem.h
index c999dab36d9..3cfec388308 100644
--- a/clang/include/clang-c/BuildSystem.h
+++ b/clang/include/clang-c/BuildSystem.h
@@ -66,7 +66,7 @@ clang_VirtualFileOverlay_addFileMapping(CXVirtualFileOverlay,
*/
CINDEX_LINKAGE enum CXErrorCode
clang_VirtualFileOverlay_setCaseSensitivity(CXVirtualFileOverlay,
- int caseSensitive);
+ int caseSensitive);
/**
* Write out the \c CXVirtualFileOverlay object to a char buffer.
OpenPOWER on IntegriCloud