Skip to content

Commit 518bb59

Browse files
Follow "left" PointerAlignment of code within function
1 parent 69d6cdb commit 518bb59

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
@@ -30381,7 +30381,7 @@ void test_xfail_cases()
3038130381
{
3038230382
std::size_t len = 0;
3038330383
char* buf = nullptr;
30384-
for (const char *const *it = xfail_cases; *it; ++it)
30384+
for (const char* const* it = xfail_cases; *it; ++it)
3038530385
{
3038630386
int status;
3038730387
char* demang = __cxxabiv1::__cxa_demangle(*it, buf, &len, &status);

0 commit comments

Comments
 (0)