From 0332cdce1cf40647c36da699e068bd718c8c7c08 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 4 Jan 2015 08:19:52 -0800 Subject: [PATCH] UI: Remove some trailing whitespace --- obs/window-basic-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index bc5df656b..b3ed44b07 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -730,7 +730,7 @@ void OBSBasic::AddScene(OBSSource source) signal_handler_connect(handler, "item_select", OBSBasic::SceneItemSelected, this); signal_handler_connect(handler, "item_deselect", - OBSBasic::SceneItemDeselected, this); + OBSBasic::SceneItemDeselected, this); signal_handler_connect(handler, "item_move_up", OBSBasic::SceneItemMoveUp, this); signal_handler_connect(handler, "item_move_down",