1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Remove tabs.

llvm-svn: 14763
This commit is contained in:
Reid Spencer 2004-07-11 17:22:51 +00:00
parent 1a22913bac
commit af6625347f

View File

@ -120,7 +120,7 @@ static inline void output_data(const void *Ptr, const void *End,
}
static inline void output_float(float& FloatVal,
std::deque<unsigned char>& Out) {
std::deque<unsigned char>& 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<unsigned char>& Out) {
std::deque<unsigned char>& Out) {
/// FIXME: This is a broken implementation! It writes
/// it in a platform-specific endianess. Need to make
/// it little endian always.