code style changes
This commit is contained in:
parent
dc6cfe0b5a
commit
174740fa47
2 changed files with 3 additions and 8 deletions
|
@ -725,9 +725,9 @@ int main ( int argc, char** argv )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined ( __APPLE__ ) || defined ( __MACOSX )
|
#if defined ( __APPLE__ ) || defined ( __MACOSX )
|
||||||
activity.EndActivity();
|
activity.EndActivity();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -178,8 +178,3 @@ protected:
|
||||||
|
|
||||||
CServer* pServer;
|
CServer* pServer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue