summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-02-06 22:41:47 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-02-06 22:41:47 +0000
commit44ebf8b0331cb3a994a8df16fb63fdcdbc37d927 (patch)
treeec8add349c9d2fe969678a8f4dd71eafd0003bec /include
parent45f4f2cd0ce90bb83ac043aecb639dc19ffe14a1 (diff)
downloadllvm-44ebf8b0331cb3a994a8df16fb63fdcdbc37d927.tar.gz
llvm-44ebf8b0331cb3a994a8df16fb63fdcdbc37d927.tar.bz2
llvm-44ebf8b0331cb3a994a8df16fb63fdcdbc37d927.tar.xz
Fix comment-rulers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/DataStream.h2
-rw-r--r--include/llvm/Support/StreamableMemoryObject.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/DataStream.h b/include/llvm/Support/DataStream.h
index 620dbb8694..fedb0c9256 100644
--- a/include/llvm/Support/DataStream.h
+++ b/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/include/llvm/Support/StreamableMemoryObject.h b/include/llvm/Support/StreamableMemoryObject.h
index b0e202cbf7..c73e03a3f7 100644
--- a/include/llvm/Support/StreamableMemoryObject.h
+++ b/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
//