aboutsummaryrefslogtreecommitdiff
path: root/gprof/ns532.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/ns532.h')
-rw-r--r--gprof/ns532.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/gprof/ns532.h b/gprof/ns532.h
index 6e6d349..9eb92a5 100644
--- a/gprof/ns532.h
+++ b/gprof/ns532.h
@@ -38,8 +38,8 @@
*/
/*
- * offset (in bytes) of the code from the entry address of a routine.
- * (see asgnsamples for use and explanation.)
+ * offset (in bytes) of the code from the entry address of a routine.
+ * (see asgnsamples for use and explanation.)
*/
#ifdef MACH
#include <machine/mach_param.h>
@@ -48,5 +48,8 @@
#define OFFSET_OF_CODE 0
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
-enum opermodes { dummy };
-typedef enum opermodes operandenum;
+enum opermodes
+ {
+ dummy
+ };
+typedef enum opermodes operandenum;