[Bf-blender-cvs] [91bf24dd007] master: Cleanup: clang-format

Campbell Barton noreply at git.blender.org
Wed Jan 20 10:44:46 CET 2021


Commit: 91bf24dd00781ce83851edbbc72f617bb26f827f
Author: Campbell Barton
Date:   Wed Jan 20 20:43:58 2021 +1100
Branches: master
https://developer.blender.org/rB91bf24dd00781ce83851edbbc72f617bb26f827f

Cleanup: clang-format

===================================================================

M	source/blender/blenlib/intern/BLI_mmap.c
M	source/blender/makesdna/DNA_tracking_types.h

===================================================================

diff --git a/source/blender/blenlib/intern/BLI_mmap.c b/source/blender/blenlib/intern/BLI_mmap.c
index f0b13183c68..210312456d9 100644
--- a/source/blender/blenlib/intern/BLI_mmap.c
+++ b/source/blender/blenlib/intern/BLI_mmap.c
@@ -29,8 +29,8 @@
 #include <string.h>
 
 #ifndef WIN32
-#  include <stdlib.h>
 #  include <signal.h>
+#  include <stdlib.h>
 #  include <sys/mman.h>  // for mmap
 #  include <unistd.h>    // for read close
 #else
diff --git a/source/blender/makesdna/DNA_tracking_types.h b/source/blender/makesdna/DNA_tracking_types.h
index 5a8bbdc08a1..f08aee317a3 100644
--- a/source/blender/makesdna/DNA_tracking_types.h
+++ b/source/blender/makesdna/DNA_tracking_types.h
@@ -522,7 +522,6 @@ typedef enum eTrackFrameMatch {
   TRACK_MATCH_PREVIOS_FRAME = 1,
 } eTrackFrameMatch;
 
-
 /* MovieTrackingSettings->motion_flag */
 enum {
   TRACKING_MOTION_TRIPOD = (1 << 0),



More information about the Bf-blender-cvs mailing list