From 01bff7038323d617fbc83a39e9072631ccbdd65f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 30 Oct 2002 02:07:20 +0000 Subject: fixed spacing in the headers to get rid of some warnings and some other little minor spacing issues. --- source/blender/blenlib/BLI_memarena.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_memarena.h') diff --git a/source/blender/blenlib/BLI_memarena.h b/source/blender/blenlib/BLI_memarena.h index 4aa2c21452e..c00d9b9be51 100644 --- a/source/blender/blenlib/BLI_memarena.h +++ b/source/blender/blenlib/BLI_memarena.h @@ -56,3 +56,4 @@ void BLI_memarena_free (struct MemArena *ma); void* BLI_memarena_alloc (struct MemArena *ma, int size); #endif + -- cgit v1.2.3