mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-06 11:00:57 +01:00
Fix code style
Make my last patch to this file conform to the code style in the rest of this file.
This commit is contained in:
parent
4e43ed8112
commit
b4df729c61
10
cmph/bdz.c
10
cmph/bdz.c
@ -455,12 +455,14 @@ static void assigning(bdz_config_data_t *bdz, bdz_graph3_t* graph3, bdz_queue_t
|
|||||||
SETBIT(marked_vertices, v2);
|
SETBIT(marked_vertices, v2);
|
||||||
}
|
}
|
||||||
DEBUGP("A:%u %u %u -- %u %u %u\n", v0, v1, v2, GETVALUE(bdz->g, v0), GETVALUE(bdz->g, v1), GETVALUE(bdz->g, v2));
|
DEBUGP("A:%u %u %u -- %u %u %u\n", v0, v1, v2, GETVALUE(bdz->g, v0), GETVALUE(bdz->g, v1), GETVALUE(bdz->g, v2));
|
||||||
|
|
||||||
#if (_MSC_VER > 1699 && _MSC_VER < 1800)
|
#if (_MSC_VER > 1699 && _MSC_VER < 1800)
|
||||||
/* This is bad, MSVC 2012 X64 getting confused with the value of i... */
|
/* This is bad, MSVC 2012 X64 getting confused with the value of i... */
|
||||||
/* an obvious MSVC 2012 X64 compiler bug :| */
|
/* an obvious MSVC 2012 X64 compiler bug :| */
|
||||||
if (i <= 0)
|
if (i <= 0)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
free(marked_vertices);
|
free(marked_vertices);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user