| commit | 99337e246cc258e89dc68f0b0e654be89d010cf7 | [log] [tgz] |
|---|---|---|
| author | Fangrui Song <maskray@google.com> | Fri Jul 20 08:19:20 2018 +0000 |
| committer | Fangrui Song <maskray@google.com> | Fri Jul 20 08:19:20 2018 +0000 |
| tree | 9dd1e048437c6b929c32dbe6c1464c6d0a88efa7 | |
| parent | 3e0051bb51b0a57f5d220bec3d7930a72bd7c057 [diff] [blame] |
Change \t to spaces llvm-svn: 337530
diff --git a/clang/include/clang-c/BuildSystem.h b/clang/include/clang-c/BuildSystem.h index c999dab..3cfec38 100644 --- a/clang/include/clang-c/BuildSystem.h +++ b/clang/include/clang-c/BuildSystem.h
@@ -66,7 +66,7 @@ */ CINDEX_LINKAGE enum CXErrorCode clang_VirtualFileOverlay_setCaseSensitivity(CXVirtualFileOverlay, - int caseSensitive); + int caseSensitive); /** * Write out the \c CXVirtualFileOverlay object to a char buffer.