aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-11-14 10:28:57 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-11-14 10:28:57 +0000
commit0fa39d57571f42041186ef12870eb2be4be9a397 (patch)
treec5935f50d891515ffa49417a69ac04539f3aa4b0
parentae67457403ba87c9f7c2abc47fcfb32e89fbd989 (diff)
fixed linebreaks
svn path=/trunk/externals/iem/iemxmlrpc/; revision=9005
-rw-r--r--xmlrpc++/src/XmlRpcClient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlrpc++/src/XmlRpcClient.h b/xmlrpc++/src/XmlRpcClient.h
index ecf5811..c5e5301 100644
--- a/xmlrpc++/src/XmlRpcClient.h
+++ b/xmlrpc++/src/XmlRpcClient.h
@@ -108,9 +108,9 @@ namespace XmlRpc {
// True if the server closed the connection
bool _eof;
-
- // True if a fault response was returned by the server
- bool _isFault;
+
+ // True if a fault response was returned by the server
+ bool _isFault;
// Number of bytes expected in the response body (parsed from response header)
int _contentLength;