diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-14 13:58:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-14 14:51:56 +0200 |
commit | 62d8fea76ed4f0c97c6ef2bb78228e5904b72be1 (patch) | |
tree | da95a99ca115eda037cad07de480ebb8beb6fb46 /extensions | |
parent | c0796dfe213fe5be8abaf8f102b8e925c55a5cda (diff) |
Fix indentation
Change-Id: I93309674ef50e8ca7438874378fb01484bb7f9f3
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/macosx/spotlight/OOoSpotlightImporter.m | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/macosx/spotlight/OOoSpotlightImporter.m b/extensions/source/macosx/spotlight/OOoSpotlightImporter.m index 6302e95c7380..dd599fbb6b01 100644 --- a/extensions/source/macosx/spotlight/OOoSpotlightImporter.m +++ b/extensions/source/macosx/spotlight/OOoSpotlightImporter.m @@ -405,8 +405,8 @@ NSData *getUncompressedData(NSFileHandle *file, NSString *name) OOoMetaDataParser *parser = [OOoMetaDataParser new]; if (parser != nil) { - //parse and extract the data - [parser parseXML:metaData intoDictionary:attributes]; + //parse and extract the data + [parser parseXML:metaData intoDictionary:attributes]; } [metaData release]; @@ -423,8 +423,8 @@ NSData *getUncompressedData(NSFileHandle *file, NSString *name) OOoContentDataParser *parser2 = [OOoContentDataParser new]; if (parser2 != nil) { - //parse and extract the data - [parser2 parseXML:contentData intoDictionary:attributes]; + //parse and extract the data + [parser2 parseXML:contentData intoDictionary:attributes]; } [contentData release]; |