summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-03 12:02:39 -0400
committerJoe George <joe@zeroc.com>2017-05-03 15:21:00 -0400
commit6f529c5068754f5ee28fadfa41487c3625b5c7ea (patch)
tree101e0655019ba9e06dc9f24da5ae43638796d6aa /objective-c
parentIceBridge bug fix (diff)
downloadice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.bz2
ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.xz
ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.zip
Remove unnecessary tabs
Diffstat (limited to 'objective-c')
-rw-r--r--objective-c/test/Ice/operations/OperationsTest.ice22
-rw-r--r--objective-c/test/Slice/escape/Key.ice10
2 files changed, 16 insertions, 16 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";
diff --git a/objective-c/test/Slice/escape/Key.ice b/objective-c/test/Slice/escape/Key.ice
index 3354ca9b091..a31a09a8d38 100644
--- a/objective-c/test/Slice/escape/Key.ice
+++ b/objective-c/test/Slice/escape/Key.ice
@@ -66,12 +66,12 @@ exception sizeof extends return
local interface friend
{
- auto goto(continue if, auto d, delete inline, switch private, do mutable, break* namespace,
- char* new, switch* not, do* operator, int or, int protected, int public, int register)
- throws return, sizeof;
+ auto goto(continue if, auto d, delete inline, switch private, do mutable, break* namespace,
+ char* new, switch* not, do* operator, int or, int protected, int public, int register)
+ throws return, sizeof;
- void objc(int bycopy, int byref, int id, int IMP, int in, int inout, int nil, int NO, int oneway,
- int SEL, int super, int YES);
+ void objc(int bycopy, int byref, int id, int IMP, int in, int inout, int nil, int NO, int oneway,
+ int SEL, int super, int YES);
};
const int template = 0;