summaryrefslogtreecommitdiff
path: root/performance-tests/Latency/Collocation/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Latency/Collocation/Test.idl')
-rw-r--r--performance-tests/Latency/Collocation/Test.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/performance-tests/Latency/Collocation/Test.idl b/performance-tests/Latency/Collocation/Test.idl
index b2d07dbf880..3f26904a3f0 100644
--- a/performance-tests/Latency/Collocation/Test.idl
+++ b/performance-tests/Latency/Collocation/Test.idl
@@ -1,5 +1,5 @@
//
-// $Id$
+// $Id$
//
/// A simple module to avoid namespace pollution
@@ -21,6 +21,6 @@ module Test
Timestamp test_method (in Timestamp send_time);
/// Shutdown the ORB
- void shutdown ();
+ void shutdown ();
};
-};
+};