summaryrefslogtreecommitdiffstats
path: root/libhb/platform
diff options
context:
space:
mode:
authorNomis101 <[email protected]>2019-11-01 21:34:54 +0100
committerScott <[email protected]>2019-11-04 22:41:20 +0000
commit20fe4b6ebd371b96af85090b3a23c7a14b405bdf (patch)
tree57dbfd4f586427c77d71948b7520f5c9215d2543 /libhb/platform
parentda9aa8ba4214c711efaaac54c0d4fec2103cb9a8 (diff)
Gardening: Clean up trailing whitespace
Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
Diffstat (limited to 'libhb/platform')
-rw-r--r--libhb/platform/macosx/config.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/platform/macosx/config.m b/libhb/platform/macosx/config.m
index 54c0df52e..b03eae43e 100644
--- a/libhb/platform/macosx/config.m
+++ b/libhb/platform/macosx/config.m
@@ -6,7 +6,7 @@ static NSURL * macOS_last_modified_url(NSURL *url1, NSURL* url2)
NSURL *presetsUrl1 = [url1 URLByAppendingPathComponent:presetFile isDirectory:NO];
NSURL *presetsUrl2 = [url2 URLByAppendingPathComponent:presetFile isDirectory:NO];
-
+
NSDate *date1 = nil;
[presetsUrl1 getResourceValue:&date1 forKey:NSURLAttributeModificationDateKey error:nil];