Skip to content

Commit

Permalink
Add newline at end of file. Fixes #188.
Browse files Browse the repository at this point in the history
Reported by lavassar.
  • Loading branch information
stig committed Nov 26, 2013
1 parent 8e1b276 commit b7bf069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/objc/SBJson4StreamTokeniser.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ - (void)appendData:(NSData *)data_ {

}
else {
[data appendData:data_];
[data appendData:data_];
}

bytes = [data bytes];
Expand Down Expand Up @@ -394,4 +394,4 @@ - (sbjson4_token_t)getToken:(char **)token length:(NSUInteger *)length {
return tok;
}

@end
@end

0 comments on commit b7bf069

Please sign in to comment.