From: Zhongxing Xu Date: Tue, 18 Nov 2008 13:35:51 +0000 (+0000) Subject: Fix 80-col violation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db0e15ae3e2b5e180541eec35e2bce54359ca7d8;p=clang Fix 80-col violation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59523 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 //