whitespace

This commit is contained in:
Kelvin Sherlock
2021-07-10 23:34:00 -04:00
parent 82a73ef79c
commit 5aa8990ac6
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
NSFileManager *fm = [NSFileManager defaultManager];
NSError *error;
NSDictionary *attr = [fm attributesOfItemAtPath: path error: &error];
if (error) {
NSLog(@"%@ : %@", path, error);