summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/distribution/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/distribution/TestI.cpp')
-rw-r--r--cpp/test/IceGrid/distribution/TestI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/distribution/TestI.cpp b/cpp/test/IceGrid/distribution/TestI.cpp
index d762e5a3ed0..903c51caeb9 100644
--- a/cpp/test/IceGrid/distribution/TestI.cpp
+++ b/cpp/test/IceGrid/distribution/TestI.cpp
@@ -28,7 +28,7 @@ TestI::getServerFile(const string& path, const Ice::Current&)
string content;
if(is.good())
{
- is >> content;
+ is >> content;
}
return content;
}
@@ -41,7 +41,7 @@ TestI::getApplicationFile(const string& path, const Ice::Current&)
string content;
if(is.good())
{
- is >> content;
+ is >> content;
}
return content;
}