mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 05:08:29 +02:00
Apply clang format to files
Also add brackets for all scopes at the same time
This commit is contained in:
@@ -34,10 +34,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
static bool use_syslog = false;
|
||||
|
||||
// Control if we want to use the system logger
|
||||
void set_use_syslog( const char* name )
|
||||
void set_use_syslog(const char *name)
|
||||
{
|
||||
// Open the syslog
|
||||
openlog( name, LOG_PID, LOG_DAEMON );
|
||||
openlog(name, LOG_PID, LOG_DAEMON);
|
||||
use_syslog = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user