You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/05/12 21:56:58 UTC

git commit: Fixed white space in authorizer.hpp

Repository: mesos
Updated Branches:
  refs/heads/master cceb071a0 -> 1c075e967


Fixed white space in authorizer.hpp


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1c075e96
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1c075e96
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1c075e96

Branch: refs/heads/master
Commit: 1c075e967c2bb597b09afe3ec4ca80d6b10ad9ab
Parents: cceb071
Author: Vinod Kone <vi...@twitter.com>
Authored: Mon May 12 12:56:48 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Mon May 12 12:56:48 2014 -0700

----------------------------------------------------------------------
 src/authorizer/authorizer.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1c075e96/src/authorizer/authorizer.hpp
----------------------------------------------------------------------
diff --git a/src/authorizer/authorizer.hpp b/src/authorizer/authorizer.hpp
index b542c96..f37091a 100644
--- a/src/authorizer/authorizer.hpp
+++ b/src/authorizer/authorizer.hpp
@@ -327,7 +327,7 @@ Try<process::Owned<LocalAuthorizer> > LocalAuthorizer::create(const ACLs& acls)
        return Error("At least one of the subjects should be set for ACL: " +
                      acl.DebugString());
      }
-   }
+  }
 
   return new LocalAuthorizer(acls);
 }