Skip to content

Commit 3373767

Browse files
committed
fix formatting
1 parent 1c6173b commit 3373767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/test/test_demangle.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// Is long double fp128?
3434
#define LDBL_FP128 (__LDBL_MANT_DIG__ == 113)
3535

36-
const char *cases[][2] = {
36+
const char* cases[][2] = {
3737
// clang-format off
3838
{"_Z1A", "A"},
3939
{"_Z1Av", "A()"},

0 commit comments

Comments
 (0)