aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Young <marky@lunarg.com>2016-01-25 17:23:47 -0700
committerMark Young <marky@lunarg.com>2016-01-26 09:30:32 -0700
commit34b2f265a7c3cef3fc98e1f9011627439f15a200 (patch)
tree574ab7f6cb362612763e525a20e273495c67eae4
parent1a606ac5f6ef43e8612107da47199b308f225a0b (diff)
downloadusermoji-34b2f265a7c3cef3fc98e1f9011627439f15a200.tar.xz
Fixes: Added missing newline after merge.
-rw-r--r--demos/tri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tri.c b/demos/tri.c
index 815220e1..45020889 100644
--- a/demos/tri.c
+++ b/demos/tri.c
@@ -1737,6 +1737,7 @@ VKAPI_ATTR void* VKAPI_CALL myalloc(
return aligned_alloc(alignment, size);
#endif
}
+
VKAPI_ATTR void VKAPI_CALL myfree(
void* pUserData,
void* pMemory)