Commit 2153673a authored by Vicent Marti's avatar Vicent Marti

cc: Clang format

parent b93f2c0e
...@@ -286,12 +286,12 @@ static bool match_so_flags(int flags) { ...@@ -286,12 +286,12 @@ static bool match_so_flags(int flags) {
return false; return false;
switch (flags & FLAG_ABI_MASK) { switch (flags & FLAG_ABI_MASK) {
case ABI_SPARC_LIB64: case ABI_SPARC_LIB64:
case ABI_IA64_LIB64: case ABI_IA64_LIB64:
case ABI_X8664_LIB64: case ABI_X8664_LIB64:
case ABI_S390_LIB64: case ABI_S390_LIB64:
case ABI_POWERPC_LIB64: case ABI_POWERPC_LIB64:
return (sizeof(void *) == 8); return (sizeof(void *) == 8);
} }
return true; return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment