Skip to content

Commit

Permalink
Merge pull request #69 from silum/ws
Browse files Browse the repository at this point in the history
markdown.m: whitespace change
  • Loading branch information
Phil Toland committed Aug 25, 2016
2 parents b32fa1c + f849d0f commit 26b8ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown.m
Expand Up @@ -5,9 +5,9 @@
{
@autoreleasepool {
NSString *styles = [[NSString alloc] initWithContentsOfFile:[[NSBundle bundleWithIdentifier: @"com.fiatdev.QLMarkdown"]
pathForResource:@"styles" ofType:@"css"]
encoding:NSUTF8StringEncoding
error:nil];
pathForResource:@"styles" ofType:@"css"]
encoding:NSUTF8StringEncoding
error:nil];

NSStringEncoding usedEncoding = 0;
NSError *e = nil;
Expand Down

0 comments on commit 26b8ba6

Please sign in to comment.