You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 11:22:38 UTC

svn commit: r1132305 - /incubator/mesos/trunk/src/detector/detector.cpp

Author: benh
Date: Sun Jun  5 09:22:37 2011
New Revision: 1132305

URL: http://svn.apache.org/viewvc?rev=1132305&view=rev
Log:
Minor formating tweak.

Modified:
    incubator/mesos/trunk/src/detector/detector.cpp

Modified: incubator/mesos/trunk/src/detector/detector.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/detector/detector.cpp?rev=1132305&r1=1132304&r2=1132305&view=diff
==============================================================================
--- incubator/mesos/trunk/src/detector/detector.cpp (original)
+++ incubator/mesos/trunk/src/detector/detector.cpp Sun Jun  5 09:22:37 2011
@@ -418,7 +418,7 @@ void ZooKeeperMasterDetector::updated(co
 
 
 void ZooKeeperMasterDetector::process(ZooKeeper* zk, int type, int state,
-				      const string &path)
+				      const string& path)
 {
   if ((state == ZOO_CONNECTED_STATE) && (type == ZOO_SESSION_EVENT)) {
     // Check if this is a reconnect.