From 35900761939465a3014ef58a12e9293d59575e32 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Mar 2012 20:36:09 +0000 Subject: style cleanup - comment formatting --- source/blender/python/intern/bpy_app_handlers.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/python/intern/bpy_app_handlers.c') diff --git a/source/blender/python/intern/bpy_app_handlers.c b/source/blender/python/intern/bpy_app_handlers.c index 721bce51693..f4962cd39b6 100644 --- a/source/blender/python/intern/bpy_app_handlers.c +++ b/source/blender/python/intern/bpy_app_handlers.c @@ -68,11 +68,11 @@ static PyStructSequence_Desc app_cb_info_desc = { (sizeof(app_cb_info_fields) / sizeof(PyStructSequence_Field)) - 1 }; -/* -#if (BLI_CB_EVT_TOT != ((sizeof(app_cb_info_fields)/sizeof(PyStructSequence_Field)))) -# error "Callbacks are out of sync" +#if 0 +# if (BLI_CB_EVT_TOT != ((sizeof(app_cb_info_fields)/sizeof(PyStructSequence_Field)))) +# error "Callbacks are out of sync" +# endif #endif -*/ /* --------------------------------------------------------------------------*/ /* permanent tagging code */ -- cgit v1.2.3