Clang format

This commit is contained in:
Matthew Parkinson
2019-04-25 14:17:43 +01:00
committed by Matthew Parkinson
parent f88bcdbf58
commit 37afe9d079
11 changed files with 21 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
# include <strings.h>
# include <sys/mman.h>
int puts ( const char * str );
int puts(const char* str);
namespace snmalloc
{

View File

@@ -7,7 +7,7 @@
# include <string.h>
# include <sys/mman.h>
int puts ( const char * str );
int puts(const char* str);
namespace snmalloc
{