Subversion Repositories QTron

Compare Revisions

Regard whitespace Rev 43 → Rev 42

/bike.cpp
179,7 → 179,6
hasHadGo = true;
 
time_t result = time(NULL);
if(hasHadGo)
cout << result << ": Recieved next move from " << name.toStdString().c_str() << endl;
}