Cleanup: clang-format

This commit is contained in:
Campbell Barton 2021-01-20 20:43:58 +11:00
parent f0ab9034d9
commit 91bf24dd00
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -522,7 +522,6 @@ typedef enum eTrackFrameMatch {
TRACK_MATCH_PREVIOS_FRAME = 1,
} eTrackFrameMatch;
/* MovieTrackingSettings->motion_flag */
enum {
TRACKING_MOTION_TRIPOD = (1 << 0),