From cf5c6e4adb9843cd24e24d02fa98385f2a74676b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 11 Jul 2004 17:22:51 +0000 Subject: Remove tabs. llvm-svn: 14763 --- llvm/lib/Bytecode/Writer/WriterPrimitives.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Bytecode') diff --git a/llvm/lib/Bytecode/Writer/WriterPrimitives.h b/llvm/lib/Bytecode/Writer/WriterPrimitives.h index 02c225baf1b..c62d6cc281a 100644 --- a/llvm/lib/Bytecode/Writer/WriterPrimitives.h +++ b/llvm/lib/Bytecode/Writer/WriterPrimitives.h @@ -120,7 +120,7 @@ static inline void output_data(const void *Ptr, const void *End, } static inline void output_float(float& FloatVal, - std::deque& Out) { + std::deque& Out) { /// FIXME: This is a broken implementation! It writes /// it in a platform-specific endianess. Need to make /// it little endian always. @@ -128,7 +128,7 @@ static inline void output_float(float& FloatVal, } static inline void output_double(double& DoubleVal, - std::deque& Out) { + std::deque& Out) { /// FIXME: This is a broken implementation! It writes /// it in a platform-specific endianess. Need to make /// it little endian always. -- cgit v1.2.3