diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2010-08-22 01:00:03 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2010-08-22 01:00:03 +0000 |
| commit | 04831926eca9fad5fb56118d7a74002cd6ff84a2 (patch) | |
| tree | 6bc00c2d01f7647fff5dcc8c9cdda852275c28fa /clang/tools | |
| parent | 94b2dd0998230c758abd92c99d3700c971f7a31a (diff) | |
| download | bcm5719-llvm-04831926eca9fad5fb56118d7a74002cd6ff84a2.tar.gz bcm5719-llvm-04831926eca9fad5fb56118d7a74002cd6ff84a2.zip | |
Detabify.
llvm-svn: 111768
Diffstat (limited to 'clang/tools')
| -rw-r--r-- | clang/tools/libclang/CIndexUSRs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/CIndexUSRs.cpp b/clang/tools/libclang/CIndexUSRs.cpp index 602a0c7c36a..886030fe380 100644 --- a/clang/tools/libclang/CIndexUSRs.cpp +++ b/clang/tools/libclang/CIndexUSRs.cpp @@ -207,7 +207,7 @@ void USRGenerator::VisitVarDecl(VarDecl *D) { // The string can be empty if the declaration has no name; e.g., it is // the ParmDecl with no name for declaration of a function pointer type, e.g.: - // void (*f)(void *); + // void (*f)(void *); // In this case, don't generate a USR. if (s.empty()) IgnoreResults = true; |

