diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-09-02 03:29:51 +0000 |
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-09-02 03:29:51 +0000 |
| commit | f43aa4410f6fa53d72a277b3429c9f814f54d1b5 (patch) | |
| tree | 0005721b28e4934a82dcebca124bf417c1da791d | |
| parent | c119e1d7e13c2df309bb2670170e57fbd04724a9 (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.h | 4 |
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. // //===----------------------------------------------------------------------===// |
