Formatting: whitespace.

Refs #1870.
This commit is contained in:
Alexander Ljungberg
2013-06-12 10:27:28 +01:00
parent 6ab650346b
commit e2339ee1c6
+2 -2
View File
@@ -294,9 +294,9 @@ var CPSharedDocumentController = nil;
*/
- (BOOL)hasEditedDocuments
{
var iter = [_documents objectEnumerator],
var iter = [_documents objectEnumerator],
obj;
while ((obj = [iter nextObject]) !== nil)
{
if ([obj isDocumentEdited])