From: Zhongxing Xu Date: Tue, 2 Sep 2008 03:29:51 +0000 (+0000) Subject: Fit the comments into 80 columns. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f43aa4410f6fa53d72a277b3429c9f814f54d1b5;p=clang Fit the comments into 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55619 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. // //===----------------------------------------------------------------------===//