From 1b35c1c1ec6cd5a017fc5c69a1222592b16582f7 Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Mon, 3 Sep 2007 17:28:50 +0000 Subject: [PATCH] fix warning: no newline at end of file --- source/blender/python/api2_2x/gen_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/api2_2x/gen_utils.c b/source/blender/python/api2_2x/gen_utils.c index fc592d41786..8a98fd279b7 100644 --- a/source/blender/python/api2_2x/gen_utils.c +++ b/source/blender/python/api2_2x/gen_utils.c @@ -945,4 +945,4 @@ PyObject * EXPP_PyTuple_New_Prepend(PyObject *tuple, PyObject *value) Py_INCREF(item); } return new_tuple; -} \ No newline at end of file +}