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:
@@ -33,6 +33,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
// Function to daemonize the process
|
||||
// Exits with error in case of failure
|
||||
void daemonize( char* name );
|
||||
void daemonize(char *name);
|
||||
|
||||
#endif // _DAEMONIZE_GAMEMODE_H_
|
||||
|
Reference in New Issue
Block a user