Code Cleanup: style

This commit is contained in:
Campbell Barton 2013-12-24 05:04:29 +11:00
parent 632c29fef3
commit 0a5e00e8e8
3 changed files with 2 additions and 10 deletions

@ -130,7 +130,7 @@ static int autopack_toggle_exec(bContext *C, wmOperator *op)
{
Main *bmain = CTX_data_main(C);
if(G.fileflags & G_AUTOPACK) {
if (G.fileflags & G_AUTOPACK) {
G.fileflags &= ~G_AUTOPACK;
}
else {

@ -75,7 +75,7 @@ static CustomDataMask requiredDataMask(Object *UNUSED(ob), ModifierData *md)
}
static DerivedMesh* WireframeModifier_do( WireframeModifierData *wmd, Object *ob, DerivedMesh *dm)
static DerivedMesh *WireframeModifier_do( WireframeModifierData *wmd, Object *ob, DerivedMesh *dm)
{
DerivedMesh *result;
BMesh *bm;

@ -27,14 +27,6 @@
* these functions are slightly different from the original Python API,
* don't throw SIGABRT even if the thread state is NULL. */
/** \file blender/python/intern/bpy_interface.c
* \ingroup pythonintern
*
* This file deals with embedding the python interpreter within blender,
* starting and stopping python and exposing blender/python modules so they can
* be accesses from scripts.
*/
/* grr, python redefines */
#ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE