From 78fbd146f3cd9a5c97307ff6f2d14422e7ae54b9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 17 Jun 2018 17:04:09 +0200 Subject: Cleanup: trailing space for DNA headers --- source/blender/makesdna/DNA_sensor_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_sensor_types.h') diff --git a/source/blender/makesdna/DNA_sensor_types.h b/source/blender/makesdna/DNA_sensor_types.h index 37064854920..1fee490319f 100644 --- a/source/blender/makesdna/DNA_sensor_types.h +++ b/source/blender/makesdna/DNA_sensor_types.h @@ -52,7 +52,7 @@ typedef struct bNearSensor { */ typedef struct bMouseSensor { /** - * The type of key this sensor listens to. + * The type of key this sensor listens to. */ short type; short flag; @@ -167,9 +167,9 @@ typedef struct bSensor { short freq, totlinks, pad1, pad2; /* freq makes reference to skipped ticks between 2 active pulses */ char name[64]; /* MAX_NAME */ void *data; - + struct bController **links; - + struct Object *ob; /* just add here, to avoid align errors... */ -- cgit v1.2.3