summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/user.h b/user.h
index 4cca6cf..01862b7 100644
--- a/user.h
+++ b/user.h
@@ -20,20 +20,18 @@ using Poco::XML::Node;
using Poco::XML::AutoPtr;
using Poco::Exception;
-namespace plexclient
-{
+namespace plexclient {
-class user
-{
-public:
- user(std::istream *response);
+ class user {
+ public:
+ user(std::istream *response);
- std::string authenticationToken;
+ std::string authenticationToken;
-protected:
+ protected:
-private:
-};
+ private:
+ };
}