summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Default_Servant2/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Default_Servant2/client.cpp')
-rw-r--r--TAO/tests/POA/Default_Servant2/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Default_Servant2/client.cpp b/TAO/tests/POA/Default_Servant2/client.cpp
index 1cda2e72120..0abcf751e34 100644
--- a/TAO/tests/POA/Default_Servant2/client.cpp
+++ b/TAO/tests/POA/Default_Servant2/client.cpp
@@ -121,7 +121,7 @@ main (int argc, char **argv)
// write the message to the file
fd->write (data_sent);
- //seek to the beginning of the file
+ // seek to the beginning of the file
fd->lseek (0, SEEK_SET);
// Read back the written message