running astyle

This commit is contained in:
floty
2011-11-02 18:27:15 +00:00
parent 3352a199fc
commit 6fbb5c9841
4 changed files with 11 additions and 7 deletions
+4 -2
View File
@@ -435,14 +435,16 @@ Log::logHoleCardsHandName(int bero, PlayerList activePlayerList)
}
void
Log::logAfterHand() {
Log::logAfterHand()
{
if(myConfig->readConfigInt("LogInterval") == 1) {
exec_transaction();
}
}
void
Log::logAfterGame() {
Log::logAfterGame()
{
if(myConfig->readConfigInt("LogInterval") == 2) {
exec_transaction();
}