Skip to content
Snippets Groups Projects
Commit 0025d90b authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: use tabs

parent e0611ca8
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ifneq "$(findstring cycles, $(MAKECMDGOALS))" "" ...@@ -65,7 +65,7 @@ ifneq "$(findstring cycles, $(MAKECMDGOALS))" ""
BUILD_CMAKE_ARGS:=$(BUILD_CMAKE_ARGS) -C"$(BLENDER_DIR)/build_files/cmake/config/cycles_standalone.cmake" BUILD_CMAKE_ARGS:=$(BUILD_CMAKE_ARGS) -C"$(BLENDER_DIR)/build_files/cmake/config/cycles_standalone.cmake"
endif endif
ifneq "$(findstring headless, $(MAKECMDGOALS))" "" ifneq "$(findstring headless, $(MAKECMDGOALS))" ""
BUILD_DIR:=$(BUILD_DIR)_bpy BUILD_DIR:=$(BUILD_DIR)_headless
BUILD_CMAKE_ARGS:=$(BUILD_CMAKE_ARGS) -C"$(BLENDER_DIR)/build_files/cmake/config/blender_headless.cmake" BUILD_CMAKE_ARGS:=$(BUILD_CMAKE_ARGS) -C"$(BLENDER_DIR)/build_files/cmake/config/blender_headless.cmake"
endif endif
ifneq "$(findstring bpy, $(MAKECMDGOALS))" "" ifneq "$(findstring bpy, $(MAKECMDGOALS))" ""
......
...@@ -547,7 +547,7 @@ bool BKE_tracking_track_has_enabled_marker_at_frame(MovieTrackingTrack *track, i ...@@ -547,7 +547,7 @@ bool BKE_tracking_track_has_enabled_marker_at_frame(MovieTrackingTrack *track, i
* - If action is TRACK_CLEAR_UPTO path from the beginning up to * - If action is TRACK_CLEAR_UPTO path from the beginning up to
* ref_frame-1 will be clear. * ref_frame-1 will be clear.
* *
* - If action is TRACK_CLEAR_ALL only mareker at frame ref_frame will remain. * - If action is TRACK_CLEAR_ALL only marker at frame ref_frame will remain.
* *
* NOTE: frame number should be in clip space, not scene space * NOTE: frame number should be in clip space, not scene space
*/ */
......
...@@ -135,7 +135,7 @@ uint32_t BLI_hash_mm2(const unsigned char *data, size_t len, uint32_t seed) ...@@ -135,7 +135,7 @@ uint32_t BLI_hash_mm2(const unsigned char *data, size_t len, uint32_t seed)
case 1: case 1:
h ^= data[0]; h ^= data[0];
h *= MM2A_M; h *= MM2A_M;
}; }
/* Do a few final mixes of the hash to ensure the last few bytes are well-incorporated. */ /* Do a few final mixes of the hash to ensure the last few bytes are well-incorporated. */
MM2A_MIX_FINALIZE(h); MM2A_MIX_FINALIZE(h);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment