mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87bc418334
commit
1d9349a783
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user