aboutsummaryrefslogtreecommitdiffstats
path: root/src/puresize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 891dde40d7..fd5bf1829a 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -90,7 +90,7 @@ extern char my_edata[];
#else /* not VIRT_ADDRESS_VARIES, not PNTR_COMPARISON_TYPE */
extern char my_edata[];
-
+
#define PURE_P(obj) \
(XPNTR (obj) < (unsigned int) my_edata)