From 41f33508aae746640cb153017666505d1f229843 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 30 Mar 2018 10:45:33 +0100 Subject: [PATCH] Whitespace. --- class.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class.h b/class.h index 7993052..a00043e 100644 --- a/class.h +++ b/class.h @@ -101,12 +101,12 @@ struct objc_class * Pointer to the .cxx_construct method if one exists. This method needs * to be called outside of the normal dispatch mechanism. */ - IMP cxx_construct; + IMP cxx_construct; /** * Pointer to the .cxx_destruct method if one exists. This method needs to * be called outside of the normal dispatch mechanism. */ - IMP cxx_destruct; + IMP cxx_destruct; /** * A pointer to the next sibling class to this. You may find all * subclasses of a given class by following the subclass_list pointer and