aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 4c64ff1..6044c4a 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -196,7 +196,9 @@ DEBUG_ShowCheckpoint()
/***************************************************************************
* Allocate memory and log.
***************************************************************************/
-void *DEBUG_Allocate(size_t size, const char *file, unsigned int line) {
+void *
+DEBUG_Allocate(size_t size, const char *file, unsigned int line)
+{
MemoryType *mp;
if(size <= 0) {