Skip to content

Commit 59cbc68

Browse files
committed
style: indent with spaces
1 parent 16e7c1c commit 59cbc68

12 files changed

+1661
-1661
lines changed

ProvisionQL/3rd-party/pinch/ZipEntry.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
/*---------------------------------------------------------------------------
2-
2+
33
Modified 2024 by relikd
44
55
Based on original version:
6-
6+
77
https://github.com/epatel/pinch-objc
88
99
Copyright (c) 2011-2012 Edward Patel
10-
10+
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal
1313
in the Software without restriction, including without limitation the rights
1414
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1515
copies of the Software, and to permit persons to whom the Software is
1616
furnished to do so, subject to the following conditions:
17-
17+
1818
The above copyright notice and this permission notice shall be included in
1919
all copies or substantial portions of the Software.
20-
20+
2121
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2222
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2323
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2424
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2525
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2626
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2727
THE SOFTWARE.
28-
28+
2929
---------------------------------------------------------------------------*/
3030

3131
#import <Foundation/Foundation.h>

ProvisionQL/3rd-party/pinch/ZipEntry.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ @implementation ZipEntry
4949
@implementation NSArray (ZipEntry)
5050

5151
- (ZipEntry*)zipEntryWithPath:(NSString*)path {
52-
NSPredicate *pred = [NSPredicate predicateWithFormat:@"filepath LIKE %@", path];
53-
return [self filteredArrayUsingPredicate:pred].firstObject;
52+
NSPredicate *pred = [NSPredicate predicateWithFormat:@"filepath LIKE %@", path];
53+
return [self filteredArrayUsingPredicate:pred].firstObject;
5454
}
5555

5656
@end

0 commit comments

Comments
 (0)