Skip to content

Commit 1894cb0

Browse files
committed
fix: new line characters
1 parent 0c67d9a commit 1894cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GraphBLAS/cpu_features/include/cpuinfo_riscv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ const char* GetRiscvFeaturesEnumName(RiscvFeaturesEnum);
6969

7070
CPU_FEATURES_END_CPP_NAMESPACE
7171

72-
#endif // CPU_FEATURES_INCLUDE_CPUINFO_RISCV_H_
72+
#endif // CPU_FEATURES_INCLUDE_CPUINFO_RISCV_H_

GraphBLAS/cpu_features/src/impl_riscv_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ RiscvInfo GetRiscvInfo(void) {
108108
}
109109

110110
#endif // defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_ANDROID)
111-
#endif // CPU_FEATURES_ARCH_RISCV
111+
#endif // CPU_FEATURES_ARCH_RISCV

0 commit comments

Comments
 (0)