space comments correctly on code example

This commit is contained in:
pinkerton 2008-09-23 16:20:02 +00:00
parent a7dd19342d
commit b87a3025fc

View File

@ -746,8 +746,8 @@
<CODE_SNIPPET> <CODE_SNIPPET>
@interface MyDelegate : NSObject { @interface MyDelegate : NSObject {
@private @private
IBOutlet* okButton_; // normal NSControl IBOutlet NSButton* okButton_; // normal NSControl
IBOutlet* myContextMenu_; // manually-loaded menu (strong) IBOutlet NSMenu* myContextMenu_; // manually-loaded menu (strong)
AnObjcObject* doohickey_; // my doohickey AnObjcObject* doohickey_; // my doohickey
MyController* controller_; // so we can send msgs back (weak, owns me) MyController* controller_; // so we can send msgs back (weak, owns me)