Skip to content

Commit c0f21e0

Browse files
chore: fix format (estkme-group#384)
1 parent e9adb6c commit c0f21e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

driver/euicc-driver-loader.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ static char *get_runpath() {
148148
} else if (dyn->d_tag == DT_RUNPATH) {
149149
runpath = dyn;
150150
} else if (dyn->d_tag == DT_STRTAB) {
151-
#if defined(__GLIBC__)
151+
# if defined(__GLIBC__)
152152
strtab = (const char *)dyn->d_un.d_ptr;
153-
#else
153+
# else
154154
strtab = (const char *)(linkmap->l_addr + dyn->d_un.d_val);
155-
#endif
155+
# endif
156156
}
157157
}
158158
if (runpath != NULL && strtab != NULL) {

0 commit comments

Comments
 (0)