mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
ran "indent -gnu"; have not fixed block comment style
This commit is contained in:
@@ -46,7 +46,10 @@
|
||||
#define OFFSET_TO_CODE 0
|
||||
#define UNITS_TO_CODE (OFFSET_TO_CODE / sizeof(UNIT))
|
||||
|
||||
enum opermodes { dummy };
|
||||
enum opermodes
|
||||
{
|
||||
dummy
|
||||
};
|
||||
typedef enum opermodes operandenum;
|
||||
|
||||
#endif /* dummy_h */
|
||||
|
||||
Reference in New Issue
Block a user