Cleanup: Style

This commit is contained in:
Julian Eisel
2017-02-22 18:52:07 +01:00
parent efc499cb99
commit 9c106ff211
31 changed files with 218 additions and 202 deletions

View File

@@ -31,7 +31,7 @@
#include "edit_mesh_mode.h"
/* keep it under MAX_PASSES */
typedef struct EDIT_MESH_PassList{
typedef struct EDIT_MESH_PassList {
struct DRWPass *non_meshes_pass;
struct DRWPass *ob_center_pass;
struct DRWPass *wire_outline_pass;