From fb8c9dbfeaf30eb64d9d7419d5ee28dc2eadbc8e Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 10 Sep 2013 09:58:42 -0700 Subject: [PATCH] fix spacing in Assignment --- libraries/shared/src/Assignment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/Assignment.h b/libraries/shared/src/Assignment.h index b72aafb67e..11966b2dc7 100644 --- a/libraries/shared/src/Assignment.h +++ b/libraries/shared/src/Assignment.h @@ -61,7 +61,7 @@ private: Assignment::Direction _direction; /// the direction of the assignment (Create, Deploy, Request) Assignment::Type _type; /// the type of the assignment, defines what the assignee will do char* _pool; /// the pool this assignment is for/from - sockaddr* _attachedPublicSocket; /// pointer to a public socket that relates to assignment, depends on direction + sockaddr* _attachedPublicSocket; /// pointer to a public socket that relates to assignment, depends on direction sockaddr* _attachedLocalSocket; /// pointer to a local socket that relates to assignment, depends on direction timeval _time; /// time the assignment was created (set in constructor) };