diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-10-01 11:03:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-10-01 11:03:30 +0200 |
commit | 3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9 (patch) | |
tree | cc0d4dfadcb570be2c5562c6dc65b3afa5663dff /python | |
parent | Fix python Ice/info test failure (diff) | |
download | ice-3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9.tar.bz2 ice-3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9.tar.xz ice-3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9.zip |
Fix whitespaces
Diffstat (limited to 'python')
-rw-r--r-- | python/test/Ice/objects/Test.ice | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test/Ice/objects/Test.ice b/python/test/Ice/objects/Test.ice index d6d3e1e381d..417891a894f 100644 --- a/python/test/Ice/objects/Test.ice +++ b/python/test/Ice/objects/Test.ice @@ -185,7 +185,6 @@ class L sequence<Value> ValueSeq; dictionary<string, Value> ValueMap; - interface Initial { void shutdown(); |