aboutsummaryrefslogtreecommitdiff
path: root/xmlrpc++/src/XmlRpcClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc++/src/XmlRpcClient.h')
-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;