diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 09:32:43 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 09:32:43 +0000 |
commit | 1d6198c3b01619151f3227c6461b3d53eeb711e5 (patch) | |
tree | dc5eeca182f772a274a9a9e42bc4817ab03a8d09 /tcg | |
parent | 8d32699adeb10f9255a5ad7229c2d3aa7a726b5a (diff) |
Remove unnecessary trailing newlines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tcg-op.h | 1 | ||||
-rw-r--r-- | tcg/tcg-runtime.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index a0eaa81f2d..5432ac1fa0 100644 --- a/tcg/tcg-op.h +++ b/tcg/tcg-op.h @@ -2054,4 +2054,3 @@ static inline void tcg_gen_qemu_st64(TCGv_i64 arg, TCGv addr, int mem_index) #define tcg_gen_addi_ptr tcg_gen_addi_i64 #define tcg_gen_ext_i32_ptr tcg_gen_ext_i32_i64 #endif /* TCG_TARGET_REG_BITS != 32 */ - diff --git a/tcg/tcg-runtime.c b/tcg/tcg-runtime.c index c4dad260c3..1d77c37ee2 100644 --- a/tcg/tcg-runtime.c +++ b/tcg/tcg-runtime.c @@ -66,4 +66,3 @@ uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2) { return arg1 % arg2; } - |