Skip to content

Commit 20bada3

Browse files
committed
fixed code format
1 parent 6d6796c commit 20bada3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NSData+ImageContentType.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ + (NSString *)contentTypeForImageData:(NSData *)data
1212
{
1313
uint8_t c;
1414
[data getBytes:&c length:1];
15-
switch (c) {
15+
switch (c)
16+
{
1617
case 0xFF:
1718
return @"image/jpeg";
1819
case 0x89:

0 commit comments

Comments
 (0)