summaryrefslogtreecommitdiffstats
path: root/main/common/boardinfo.h
diff options
context:
space:
mode:
authorEd Sutter <edsutterjr@gmail.com>2015-08-03 21:35:50 -0400
committerEd Sutter <edsutterjr@gmail.com>2015-08-03 21:35:50 -0400
commita7b6f00b72c1147f29214f27285832a9b6214cd6 (patch)
tree7d4e14e9b271497a22d169013c28178d28f90257 /main/common/boardinfo.h
parentfix incorred verbose help text (diff)
downloadumon-a7b6f00b72c1147f29214f27285832a9b6214cd6.tar.bz2
tree cleanup using 'astyle --unpad-paren --align-pointer=name --lineend=linux --add-brackets --convert-tabs --style=knf -A4 FILENAME'
Diffstat (limited to 'main/common/boardinfo.h')
-rw-r--r--main/common/boardinfo.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/main/common/boardinfo.h b/main/common/boardinfo.h
index 8a690b3..a92569b 100644
--- a/main/common/boardinfo.h
+++ b/main/common/boardinfo.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -29,20 +29,20 @@
#define _BOARDINFO_H_
struct boardinfo {
- unsigned char *array;
- short size;
- char *varname;
- char *def;
- char *prompt;
+ unsigned char *array;
+ short size;
+ char *varname;
+ char *def;
+ char *prompt;
};
struct boardinfoverify {
- unsigned short len;
- unsigned short crc16;
-};
+ unsigned short len;
+ unsigned short crc16;
+};
-#define BISIZE sizeof(struct boardinfo)
-#define BIVSIZE sizeof(struct boardinfoverify)
+#define BISIZE sizeof(struct boardinfo)
+#define BIVSIZE sizeof(struct boardinfoverify)
/* boardinfotbl[]:
* If the "boardinfo" facility in the monitor is to be used, then