From 5ea9367f3d72dae5ee70d7ddc3e6ac6cc930690f Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 17 Apr 2011 17:31:56 +0000 Subject: [PATCH] Tweak alignment. --- class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.h b/class.h index 2e592d4..a827f30 100644 --- a/class.h +++ b/class.h @@ -76,7 +76,7 @@ struct objc_class /** * Linked list of extra data attached to this class. */ - struct reference_list *extra_data; + struct reference_list *extra_data; /** * New ABI. The following fields are only available with classes compiled to * support the new ABI. You may test whether any given class supports this