mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Strip trailing whitespace. Refs #614
This commit is contained in:
@@ -166,6 +166,6 @@ void RKLogIntegerAsBinary(NSUInteger bitMask) {
|
||||
do {
|
||||
[string appendString:(((NSUInteger)bitMask & bit) ? @"1" : @"0")];
|
||||
} while ( bit >>= 1 );
|
||||
|
||||
|
||||
NSLog(@"Value of %ld in binary: %@", (long) bitMask, string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user