From 725df83787f10b0f6ff84c93de260a73577b1844 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 May 2012 16:38:40 +0000 Subject: UUID string test. --- Source/SPStringAdditions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m index 40a03e5c..84c5fa86 100644 --- a/Source/SPStringAdditions.m +++ b/Source/SPStringAdditions.m @@ -146,7 +146,7 @@ /** * Returns a new created UUID string. */ -+ (NSString* )stringWithNewUUID ++ (NSString *)stringWithNewUUID { // Create a new UUID CFUUIDRef uuidObj = CFUUIDCreate(nil); -- cgit v1.2.3