[llvm-commits] [llvm] r149922 - in /llvm/trunk: include/llvm/Support/DataStream.h include/llvm/Support/StreamableMemoryObject.h lib/Support/DataStream.cpp lib/Support/StreamableMemoryObject.cpp
Nick Lewycky
nicholas at mxc.ca
Mon Feb 6 14:41:47 PST 2012
Author: nicholas
Date: Mon Feb 6 16:41:47 2012
New Revision: 149922
URL: http://llvm.org/viewvc/llvm-project?rev=149922&view=rev
Log:
Fix comment-rulers.
Modified:
llvm/trunk/include/llvm/Support/DataStream.h
llvm/trunk/include/llvm/Support/StreamableMemoryObject.h
llvm/trunk/lib/Support/DataStream.cpp
llvm/trunk/lib/Support/StreamableMemoryObject.cpp
Modified: llvm/trunk/include/llvm/Support/DataStream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/DataStream.h?rev=149922&r1=149921&r2=149922&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/DataStream.h (original)
+++ llvm/trunk/include/llvm/Support/DataStream.h Mon Feb 6 16:41:47 2012
@@ -1,4 +1,4 @@
-//===---- llvm/Support/DataStream.h - Lazy bitcode streaming -*- C++ -*-===//
+//===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: llvm/trunk/include/llvm/Support/StreamableMemoryObject.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/StreamableMemoryObject.h?rev=149922&r1=149921&r2=149922&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/StreamableMemoryObject.h (original)
+++ llvm/trunk/include/llvm/Support/StreamableMemoryObject.h Mon Feb 6 16:41:47 2012
@@ -1,4 +1,4 @@
-//===- StreamableMemoryObject.h - Streamable data interface - -*- C++ -*-===//
+//===- StreamableMemoryObject.h - Streamable data interface -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: llvm/trunk/lib/Support/DataStream.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/DataStream.cpp?rev=149922&r1=149921&r2=149922&view=diff
==============================================================================
--- llvm/trunk/lib/Support/DataStream.cpp (original)
+++ llvm/trunk/lib/Support/DataStream.cpp Mon Feb 6 16:41:47 2012
@@ -1,4 +1,4 @@
-//===--- llvm/Support/DataStream.cpp - Lazy streamed Data ---===//
+//===--- llvm/Support/DataStream.cpp - Lazy streamed data -----------------===//
//
// The LLVM Compiler Infrastructure
//
Modified: llvm/trunk/lib/Support/StreamableMemoryObject.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/StreamableMemoryObject.cpp?rev=149922&r1=149921&r2=149922&view=diff
==============================================================================
--- llvm/trunk/lib/Support/StreamableMemoryObject.cpp (original)
+++ llvm/trunk/lib/Support/StreamableMemoryObject.cpp Mon Feb 6 16:41:47 2012
@@ -1,4 +1,4 @@
-//===- StreamableMemoryObject.cpp - Streamable data interface - -*- C++ -*-===//
+//===- StreamableMemoryObject.cpp - Streamable data interface -------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list