[Bf-blender-cvs] [7bc7d1747c9] master: Cleanup: forgot to remove empty line in previous commit.

Bastien Montagne noreply at git.blender.org
Tue Oct 26 09:58:23 CEST 2021


Commit: 7bc7d1747c96e4f4159a91b8ceffd112168c6907
Author: Bastien Montagne
Date:   Tue Oct 26 09:58:03 2021 +0200
Branches: master
https://developer.blender.org/rB7bc7d1747c96e4f4159a91b8ceffd112168c6907

Cleanup: forgot to remove empty line in previous commit.

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

M	source/blender/windowmanager/xr/intern/wm_xr_operators.c

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

diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.c b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
index 308abc4fca4..105c3b29cc8 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr_operators.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
@@ -1344,7 +1344,6 @@ static int wm_xr_navigation_teleport_modal(bContext *C, wmOperator *op, const wm
       return OPERATOR_FINISHED;
     }
     default:
-
       /* XR events currently only support press and release. */
       BLI_assert_unreachable();
       wm_xr_raycast_uninit(op);



More information about the Bf-blender-cvs mailing list