mirror of https://gitee.com/openkylin/linux.git
avr32: whitespace fix
Align using tabs to make code prettier. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
This commit is contained in:
parent
66959ed0e4
commit
99408c840a
|
@ -278,7 +278,7 @@ extern int __put_user_bad(void);
|
|||
__pu_err); \
|
||||
break; \
|
||||
case 8: \
|
||||
__put_user_asm("d", __pu_addr, __pu_val, \
|
||||
__put_user_asm("d", __pu_addr, __pu_val, \
|
||||
__pu_err); \
|
||||
break; \
|
||||
default: \
|
||||
|
|
Loading…
Reference in New Issue