Fix some alignment, whitespace only. b=464315

This commit is contained in:
Josh Aas 2009-01-17 17:48:41 -05:00
Родитель b07e6c2fa9
Коммит dc894af82a
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -83,11 +83,11 @@
+ (nsMacCursor *) cursorWithFrames: (NSArray *) aCursorFrames;
/*! @method cocoaCursorWithImageNamed:hotSpot:
@abstract Create a Cocoa NSCursor object with a Gecko image resource name and a hotspot point.
@discussion Create a Cocoa NSCursor object with a Gecko image resource name and a hotspot point.
@param imageName the name of the gecko image resource, "tiff" extension is assumed, do not append.
@param aPoint the point within the cursor to use as the hotspot
@result an autoreleased instance of <code>nsMacCursor</code> that will animate the given cursor frames
@abstract Create a Cocoa NSCursor object with a Gecko image resource name and a hotspot point.
@discussion Create a Cocoa NSCursor object with a Gecko image resource name and a hotspot point.
@param imageName the name of the gecko image resource, "tiff" extension is assumed, do not append.
@param aPoint the point within the cursor to use as the hotspot
@result an autoreleased instance of <code>nsMacCursor</code> that will animate the given cursor frames
*/
+ (NSCursor *) cocoaCursorWithImageNamed: (NSString *) imageName hotSpot: (NSPoint) aPoint;