mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 05:20:44 +00:00
fix spacing error
This commit is contained in:
parent
1cc9ed2959
commit
2dffd20a0c
@ -2847,7 +2847,7 @@ struct option md_longopts[] = {
|
|||||||
#define OPTION_BIG_ENDIAN (OPTION_MD_BASE + 4)
|
#define OPTION_BIG_ENDIAN (OPTION_MD_BASE + 4)
|
||||||
{"EB", no_argument, NULL, OPTION_BIG_ENDIAN},
|
{"EB", no_argument, NULL, OPTION_BIG_ENDIAN},
|
||||||
#endif
|
#endif
|
||||||
#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
|
#define OPTION_ENFORCE_ALIGNED_DATA (OPTION_MD_BASE + 5)
|
||||||
{"enforce-aligned-data", no_argument, NULL, OPTION_ENFORCE_ALIGNED_DATA},
|
{"enforce-aligned-data", no_argument, NULL, OPTION_ENFORCE_ALIGNED_DATA},
|
||||||
{NULL, no_argument, NULL, 0}
|
{NULL, no_argument, NULL, 0}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user