aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/iterator.h.in
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-09 19:25:42 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-09 19:25:42 +0000
commit57dffea9950f12c3ec948ff152ce0b9aa78724a6 (patch)
treec7cd9d64b35ff34786c12499439ef5e525642d50 /include/llvm/ADT/iterator.h.in
parent10e63334f4a4a2bb420dc6aad7d4a0b7a5a70dec (diff)
downloadexternal_llvm-57dffea9950f12c3ec948ff152ce0b9aa78724a6.zip
external_llvm-57dffea9950f12c3ec948ff152ce0b9aa78724a6.tar.gz
external_llvm-57dffea9950f12c3ec948ff152ce0b9aa78724a6.tar.bz2
Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62000 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/iterator.h.in')
-rw-r--r--include/llvm/ADT/iterator.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ADT/iterator.h.in b/include/llvm/ADT/iterator.h.in
index c5de277..dce7462 100644
--- a/include/llvm/ADT/iterator.h.in
+++ b/include/llvm/ADT/iterator.h.in
@@ -1,10 +1,10 @@
//==-- llvm/ADT/iterator.h - Portable wrapper around <iterator> --*- C++ -*-==//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This file provides a wrapper around the mysterious <iterator> header file.