aboutsummaryrefslogtreecommitdiff
path: root/src/util/memory.c
diff options
context:
space:
mode:
authorJ08nY2017-06-05 03:02:59 +0200
committerJ08nY2017-06-05 03:02:59 +0200
commitb93ff135327915964f98716081a3ad9f9d0e9442 (patch)
tree13188f68e635c61c84cf07c40728bad02f8cf534 /src/util/memory.c
parent027c13dc25e5cabd137d3318db7a7a0c3f700884 (diff)
downloadecgen-b93ff135327915964f98716081a3ad9f9d0e9442.tar.gz
ecgen-b93ff135327915964f98716081a3ad9f9d0e9442.tar.zst
ecgen-b93ff135327915964f98716081a3ad9f9d0e9442.zip
Fix formatting and whitespace.
Diffstat (limited to 'src/util/memory.c')
-rw-r--r--src/util/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/memory.c b/src/util/memory.c
index 2c2281c..d7d4b48 100644
--- a/src/util/memory.c
+++ b/src/util/memory.c
@@ -25,4 +25,4 @@ void *try_realloc(void *ptr, size_t size) {
exit(EXIT_FAILURE);
}
return result;
-} \ No newline at end of file
+}