Skip to content

Commit 5f27129

Browse files
Fix formatting.
1 parent d726ee5 commit 5f27129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/string/memory_utils/aarch64/inline_strlen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ string_length(const char *src) {
4444
}
4545
}
4646
} // namespace neon
47-
} // namespace arch_vector
47+
} // namespace LIBC_NAMESPACE_DECL
4848
#endif // __ARM_NEON
4949

5050
#ifdef LIBC_TARGET_CPU_HAS_SVE

0 commit comments

Comments
 (0)