[cfe-commits] r59523 - /cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
Zhongxing Xu
xuzhongxing at gmail.com
Tue Nov 18 05:35:51 PST 2008
Author: zhongxingxu
Date: Tue Nov 18 07:35:51 2008
New Revision: 59523
URL: http://llvm.org/viewvc/llvm-project?rev=59523&view=rev
Log:
Fix 80-col violation.
Modified:
cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
Modified: cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h?rev=59523&r1=59522&r2=59523&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h Tue Nov 18 07:35:51 2008
@@ -1,4 +1,4 @@
-//===--- BugReporter.h - Generate PathDiagnostics ---------------*- C++ -*-===//
+//===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list