From db0e15ae3e2b5e180541eec35e2bce54359ca7d8 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Tue, 18 Nov 2008 13:35:51 +0000 Subject: [PATCH] Fix 80-col violation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59523 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/PathSensitive/BugReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- 2.50.1