Fixing a typo in the NSArray data formatter

llvm-svn: 155586
diff --git a/lldb/examples/summaries/cocoa/CFArray.py b/lldb/examples/summaries/cocoa/CFArray.py
index da2b6ae..0a81852 100644
--- a/lldb/examples/summaries/cocoa/CFArray.py
+++ b/lldb/examples/summaries/cocoa/CFArray.py
@@ -152,7 +152,7 @@
 		logger = lldb.formatters.Logger.Logger()
 		if self.valobj.GetValueAsUnsigned() == 0:
 			self.error = True
-			returnlldb.runtime.objc.objc_runtime.InvalidPointer_Description(True)
+			return lldb.runtime.objc.objc_runtime.InvalidPointer_Description(True)
 		else:
 			global statistics
 			class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,statistics)