From 8236955d750ebde9d90fcda18447b0ec5554379c Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 9 Mar 2008 00:22:04 +0100 Subject: Fixed initial line whitespace. --- stream/obj_simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/obj_simple.c') diff --git a/stream/obj_simple.c b/stream/obj_simple.c index b87a3cf1..77a7bca8 100644 --- a/stream/obj_simple.c +++ b/stream/obj_simple.c @@ -294,7 +294,7 @@ fz_objcmp(fz_obj *a, fz_obj *b) return 0; case FZ_POINTER: - return (char *) a->u.p - (char *) b->u.p; + return (char *) a->u.p - (char *) b->u.p; } return 1; } -- cgit v1.2.3