mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-23 01:03:28 +08: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)
|
||||
{"EB", no_argument, NULL, OPTION_BIG_ENDIAN},
|
||||
#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},
|
||||
{NULL, no_argument, NULL, 0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user