fixed code format

This commit is contained in:
Fabrice Aneche 2014-01-06 13:04:49 -08:00
parent 6d6796c31a
commit 20bada38a0
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
{
uint8_t c;
[data getBytes:&c length:1];
switch (c) {
switch (c)
{
case 0xFF:
return @"image/jpeg";
case 0x89: