]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
tcg: Fix whitespace in tcg-op.h.
authorRichard Henderson <rth@twiddle.net>
Tue, 1 Nov 2011 22:06:43 +0000 (15:06 -0700)
committermalc <av1474@comtv.ru>
Tue, 1 Nov 2011 22:12:33 +0000 (02:12 +0400)
Removing the only tabs in the file.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: malc <av1474@comtv.ru>
tcg/tcg-op.h

index 8637fe8a0106212b25b5547304f5e9a069cba915..82e04e7f30813b61cbd921761c27a5e474f89e9f 100644 (file)
@@ -2042,8 +2042,8 @@ static inline void tcg_gen_rotri_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2)
 }
 
 static inline void tcg_gen_deposit_i32(TCGv_i32 ret, TCGv_i32 arg1,
-                                      TCGv_i32 arg2, unsigned int ofs,
-                                      unsigned int len)
+                                       TCGv_i32 arg2, unsigned int ofs,
+                                       unsigned int len)
 {
     uint32_t mask;
     TCGv_i32 t1;
@@ -2073,8 +2073,8 @@ static inline void tcg_gen_deposit_i32(TCGv_i32 ret, TCGv_i32 arg1,
 }
 
 static inline void tcg_gen_deposit_i64(TCGv_i64 ret, TCGv_i64 arg1,
-                                      TCGv_i64 arg2, unsigned int ofs,
-                                      unsigned int len)
+                                       TCGv_i64 arg2, unsigned int ofs,
+                                       unsigned int len)
 {
     uint64_t mask;
     TCGv_i64 t1;