Browse Source

format check

zhangyan 1 year ago
parent
commit
1202d51bd6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bsp/phytium/board/phytium_cpu.h
  2. 1 1
      bsp/phytium/board/smp_sgi_test.c

+ 1 - 1
bsp/phytium/board/phytium_cpu.h

@@ -58,7 +58,7 @@ rt_inline uintptr_t platform_get_gic_redist_base(void)
         uintptr_t redis_base_virtual = (uintptr_t)rt_ioremap((void *)redis_base, GICV3_RD_OFFSET);
         if (redis_base_virtual == 0)
         {
-            continue; 
+            continue;
         }
 #if defined(TARGET_ARMV8_AARCH64)
         gicr_typer_aff = GIC_RDIST_TYPER(redis_base_virtual) >> 32;

+ 1 - 1
bsp/phytium/board/smp_sgi_test.c

@@ -4,7 +4,7 @@
  * SPDX-License-Identifier: Apache-2.0
  *
  * Email: opensource_embedded@phytium.com.cn
- * 
+ *
  * Change Logs:
  * Date        Author       Notes
  * 2024/07/15  zhangyan     first commit