diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2012-02-06 22:41:47 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2012-02-06 22:41:47 +0000 |
| commit | 998bce0366c930b3ec7a6e357ea8625f02690702 (patch) | |
| tree | 529344f74e5e66b022e0ee56fafba22b369364ca /llvm | |
| parent | 769de20ae9f16f5157aea2b6c5460805e3b54fef (diff) | |
| download | bcm5719-llvm-998bce0366c930b3ec7a6e357ea8625f02690702.tar.gz bcm5719-llvm-998bce0366c930b3ec7a6e357ea8625f02690702.zip | |
Fix comment-rulers.
llvm-svn: 149922
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Support/DataStream.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm/Support/StreamableMemoryObject.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Support/DataStream.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Support/StreamableMemoryObject.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/DataStream.h b/llvm/include/llvm/Support/DataStream.h index 620dbb86940..fedb0c92561 100644 --- a/llvm/include/llvm/Support/DataStream.h +++ b/llvm/include/llvm/Support/DataStream.h @@ -1,4 +1,4 @@ -//===---- llvm/Support/DataStream.h - Lazy bitcode streaming -*- C++ -*-===// +//===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/include/llvm/Support/StreamableMemoryObject.h b/llvm/include/llvm/Support/StreamableMemoryObject.h index b0e202cbf76..c73e03a3f7a 100644 --- a/llvm/include/llvm/Support/StreamableMemoryObject.h +++ b/llvm/include/llvm/Support/StreamableMemoryObject.h @@ -1,4 +1,4 @@ -//===- StreamableMemoryObject.h - Streamable data interface - -*- C++ -*-===// +//===- StreamableMemoryObject.h - Streamable data interface -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Support/DataStream.cpp b/llvm/lib/Support/DataStream.cpp index fa8edc729c9..6b4cb64b96e 100644 --- a/llvm/lib/Support/DataStream.cpp +++ b/llvm/lib/Support/DataStream.cpp @@ -1,4 +1,4 @@ -//===--- llvm/Support/DataStream.cpp - Lazy streamed Data ---===// +//===--- llvm/Support/DataStream.cpp - Lazy streamed data -----------------===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Support/StreamableMemoryObject.cpp b/llvm/lib/Support/StreamableMemoryObject.cpp index 2b9d7adc446..0f2acb4c86e 100644 --- a/llvm/lib/Support/StreamableMemoryObject.cpp +++ b/llvm/lib/Support/StreamableMemoryObject.cpp @@ -1,4 +1,4 @@ -//===- StreamableMemoryObject.cpp - Streamable data interface - -*- C++ -*-===// +//===- StreamableMemoryObject.cpp - Streamable data interface -------------===// // // The LLVM Compiler Infrastructure // |

