diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-18 13:35:51 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-18 13:35:51 +0000 |
commit | db0e15ae3e2b5e180541eec35e2bce54359ca7d8 (patch) | |
tree | 1a054b88dc39299baeb477f3a2ff3e3160cc9505 | |
parent | 617ff31664d7aaaf391272da30d3ae65d0426df7 (diff) |
Fix 80-col violation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59523 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Analysis/PathSensitive/BugReporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h index 71d3ccae41..98731e1745 100644 --- a/include/clang/Analysis/PathSensitive/BugReporter.h +++ b/include/clang/Analysis/PathSensitive/BugReporter.h @@ -1,4 +1,4 @@ -//===--- BugReporter.h - Generate PathDiagnostics ---------------*- C++ -*-===// +//===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |