mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fixup whitespace to conform to normal convention
This commit is contained in:
parent
5ecd7fe1b2
commit
14a3ff4907
1 changed files with 5 additions and 5 deletions
|
@ -51,11 +51,11 @@ GS_EXPORT_CLASS
|
|||
gsuuid_t uuid;
|
||||
}
|
||||
|
||||
+ (instancetype)UUID;
|
||||
- (instancetype)initWithUUIDString:(NSString *)string;
|
||||
- (instancetype)initWithUUIDBytes:(gsuuid_t)bytes;
|
||||
- (NSString *)UUIDString;
|
||||
- (void)getUUIDBytes:(gsuuid_t)bytes;
|
||||
+ (instancetype) UUID;
|
||||
- (instancetype) initWithUUIDString: (NSString *)string;
|
||||
- (instancetype) initWithUUIDBytes: (gsuuid_t)bytes;
|
||||
- (NSString *) UUIDString;
|
||||
- (void) getUUIDBytes: (gsuuid_t)bytes;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue