From: Richard Henderson Date: Tue, 1 Nov 2011 22:06:43 +0000 (-0700) Subject: tcg: Fix whitespace in tcg-op.h. X-Git-Tag: v1.0-rc0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0756e71c3f4327f4d2ad3c6099cdafc23de14fcf;p=thirdparty%2Fqemu.git tcg: Fix whitespace in tcg-op.h. Removing the only tabs in the file. Signed-off-by: Richard Henderson Signed-off-by: malc --- diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index 8637fe8a010..82e04e7f308 100644 --- a/tcg/tcg-op.h +++ b/tcg/tcg-op.h @@ -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;