diff options
author | Joe George <joe@zeroc.com> | 2017-05-03 12:02:39 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-03 15:21:00 -0400 |
commit | 6f529c5068754f5ee28fadfa41487c3625b5c7ea (patch) | |
tree | 101e0655019ba9e06dc9f24da5ae43638796d6aa /objective-c/test/Ice/operations/OperationsTest.ice | |
parent | IceBridge bug fix (diff) | |
download | ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.bz2 ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.xz ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.zip |
Remove unnecessary tabs
Diffstat (limited to 'objective-c/test/Ice/operations/OperationsTest.ice')
-rw-r--r-- | objective-c/test/Ice/operations/OperationsTest.ice | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/objective-c/test/Ice/operations/OperationsTest.ice b/objective-c/test/Ice/operations/OperationsTest.ice index c1aaf23ae01..f1705ab34d5 100644 --- a/objective-c/test/Ice/operations/OperationsTest.ice +++ b/objective-c/test/Ice/operations/OperationsTest.ice @@ -356,17 +356,17 @@ const string sw9 = "\U0001F34C"; // BANANA (U+1F34C) const string sw10 = "\U00000DA7"; // Sinhala Letter Alpapraana Ttayanna /** -\' single quote byte 0x27 in ASCII encoding -\" double quote byte 0x22 in ASCII encoding -\? question mark byte 0x3f in ASCII encoding -\\ backslash byte 0x5c in ASCII encoding -\a audible bell byte 0x07 in ASCII encoding -\b backspace byte 0x08 in ASCII encoding -\f form feed - new page byte 0x0c in ASCII encoding -\n line feed - new line byte 0x0a in ASCII encoding -\r carriage return byte 0x0d in ASCII encoding -\t horizontal tab byte 0x09 in ASCII encoding -\v vertical tab byte 0x0b in ASCII encoding +\' single quote byte 0x27 in ASCII encoding +\" double quote byte 0x22 in ASCII encoding +\? question mark byte 0x3f in ASCII encoding +\\ backslash byte 0x5c in ASCII encoding +\a audible bell byte 0x07 in ASCII encoding +\b backspace byte 0x08 in ASCII encoding +\f form feed - new page byte 0x0c in ASCII encoding +\n line feed - new line byte 0x0a in ASCII encoding +\r carriage return byte 0x0d in ASCII encoding +\t horizontal tab byte 0x09 in ASCII encoding +\v vertical tab byte 0x0b in ASCII encoding **/ const string ss0 = "\'\"\?\\\a\b\f\n\r\t\v\6"; |