diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 09:25:18 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 09:25:18 -0400 |
commit | be18c200d66e6a15ef10566dea6210c63fdbc07c (patch) | |
tree | e59d2ac29f084e1c8bf1565c6ad025295ae03b94 /globals.h | |
parent | 8c3652a30c35847380e19397077e41362bdefcb6 (diff) |
astyle fixes
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -586,8 +586,8 @@ typedef struct { ConstraintsStruct Constraints; ChannelStruct ChannelState[max_channels]; FlashStruct Flash; - GpibStruct GPIB; - Rs232Struct RS232; + GpibStruct GPIB; + Rs232Struct RS232; int error_queue[error_queue_length+1]; int number_of_errors; /* how many errors are in the error queue */ |