summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot.h b/src/plot.h
index bab3007..a151b96 100644
--- a/src/plot.h
+++ b/src/plot.h
@@ -38,7 +38,7 @@
#elif defined(__FreeBSD__)
/* freebsd has the include somewhere different */
#include <machine/endian.h>
- if defined(BYTE_ORDER)
+ #if defined(BYTE_ORDER)
#if BYTE_ORDER == BIG_ENDIAN
#define NSFB_BE_BYTE_ORDER
#endif