aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-09-02 03:29:51 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-09-02 03:29:51 +0000
commitf43aa4410f6fa53d72a277b3429c9f814f54d1b5 (patch)
tree0005721b28e4934a82dcebca124bf417c1da791d
parentc119e1d7e13c2df309bb2670170e57fbd04724a9 (diff)
Fit the comments into 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55619 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/PathSensitive/GRWorkList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Analysis/PathSensitive/GRWorkList.h b/include/clang/Analysis/PathSensitive/GRWorkList.h
index 9455195283..69178fb9cc 100644
--- a/include/clang/Analysis/PathSensitive/GRWorkList.h
+++ b/include/clang/Analysis/PathSensitive/GRWorkList.h
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines GRWorkList, a pure virtual class that represents an
-// opaque worklist used by GRCoreEngine to explore the reachability state space.
+// This file defines GRWorkList, a pure virtual class that represents an opaque
+// worklist used by GRCoreEngine to explore the reachability state space.
//
//===----------------------------------------------------------------------===//