From f43aa4410f6fa53d72a277b3429c9f814f54d1b5 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Tue, 2 Sep 2008 03:29:51 +0000 Subject: [PATCH] Fit the comments into 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55619 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/PathSensitive/GRWorkList.h | 4 ++-- 1 file 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. // //===----------------------------------------------------------------------===// -- 2.50.1