summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc/monitor/symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libmisc/monitor/symbols.h')
-rw-r--r--c/src/lib/libmisc/monitor/symbols.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/c/src/lib/libmisc/monitor/symbols.h b/c/src/lib/libmisc/monitor/symbols.h
index 061ccdd952..119c879d54 100644
--- a/c/src/lib/libmisc/monitor/symbols.h
+++ b/c/src/lib/libmisc/monitor/symbols.h
@@ -31,12 +31,10 @@ typedef struct rtems_symbol_string_block_s {
typedef struct {
- rtems_unsigned32 sorted; /* are symbols sorted right now? */
-
- rtems_unsigned32 growth_factor; /* % to grow by when needed */
-
- rtems_unsigned32 next; /* next symbol slot to use when adding */
- rtems_unsigned32 size; /* max # of symbols */
+ rtems_unsigned32 sorted; /* are symbols sorted right now? */
+ rtems_unsigned32 growth_factor; /* % to grow by when needed */
+ rtems_unsigned32 next; /* next symbol slot to use when adding */
+ rtems_unsigned32 size; /* max # of symbols */
/*
* Symbol list -- sorted by address (when we do a lookup)