]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: lib: modify the indent
authorZong Li <zong.li@sifive.com>
Wed, 1 Sep 2021 07:01:43 +0000 (15:01 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 7 Sep 2021 02:34:29 +0000 (10:34 +0800)
We usually use a space in function declaration, rather than a tab.

Signed-off-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/include/asm/cache.h

index ec8fe201d3c9ccd4b8421386db616410fdd66eb4..874963d731169d38c91400d22aab401376940b26 100644 (file)
@@ -8,7 +8,7 @@
 #define _ASM_RISCV_CACHE_H
 
 /* cache */
-void   cache_flush(void);
+void cache_flush(void);
 
 /*
  * The current upper bound for RISCV L1 data cache line sizes is 32 bytes.