Whitespace.

main
David Chisnall 8 years ago
parent 11637010ad
commit 41f33508aa

@ -101,12 +101,12 @@ struct objc_class
* Pointer to the .cxx_construct method if one exists. This method needs * Pointer to the .cxx_construct method if one exists. This method needs
* to be called outside of the normal dispatch mechanism. * 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 * Pointer to the .cxx_destruct method if one exists. This method needs to
* be called outside of the normal dispatch mechanism. * 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 * 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 * subclasses of a given class by following the subclass_list pointer and

Loading…
Cancel
Save