[Xfce4-commits] [apps/xfdashboard] 07/10: Correct usage of tabs instead of spaces for indentation
noreply at xfce.org
noreply at xfce.org
Wed Oct 4 10:28:21 CEST 2017
This is an automated email from the git hooks/post-receive script.
n o m a d p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfdashboard.
commit d08dc18dfc86dc9e471d63d99e30b92860a1130b
Author: TheZoq2 <frans.skarman at gmail.com>
Date: Tue Oct 3 16:45:37 2017 +0200
Correct usage of tabs instead of spaces for indentation
---
libxfdashboard/button.c | 2 +-
libxfdashboard/live-window.c | 2 +-
libxfdashboard/live-workspace.c | 2 +-
libxfdashboard/quicklaunch.c | 2 +-
libxfdashboard/search-result-container.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libxfdashboard/button.c b/libxfdashboard/button.c
index e4c7d4f..b0834ad 100644
--- a/libxfdashboard/button.c
+++ b/libxfdashboard/button.c
@@ -85,7 +85,7 @@ static void _xfdashboard_button_clicked(XfdashboardClickAction *inAction,
/* Only emit any of these signals if click was perform with left button
* or is a short touchscreen touch event.
*/
- if(xfdashboard_click_action_is_left_button_or_touch(inAction))
+ if(xfdashboard_click_action_is_left_button_or_touch(inAction))
{
/* Emit 'clicked' signal */
g_signal_emit(self, XfdashboardButtonSignals[SIGNAL_CLICKED], 0);
diff --git a/libxfdashboard/live-window.c b/libxfdashboard/live-window.c
index a878c77..9c86068 100644
--- a/libxfdashboard/live-window.c
+++ b/libxfdashboard/live-window.c
@@ -360,7 +360,7 @@ static void _xfdashboard_live_window_on_clicked(XfdashboardLiveWindow *self,
/* Only emit any of these signals if click was perform with left button
* or is a short touchscreen touch event.
*/
- if(!xfdashboard_click_action_is_left_button_or_touch(action))
+ if(!xfdashboard_click_action_is_left_button_or_touch(action))
{
return;
}
diff --git a/libxfdashboard/live-workspace.c b/libxfdashboard/live-workspace.c
index a0932c6..6d6294f 100644
--- a/libxfdashboard/live-workspace.c
+++ b/libxfdashboard/live-workspace.c
@@ -348,7 +348,7 @@ static void _xfdashboard_live_workspace_on_clicked(XfdashboardLiveWorkspace *sel
/* Only emit any of these signals if click was perform with left button
* or is a short touchscreen touch event.
*/
- if(xfdashboard_click_action_is_left_button_or_touch(action))
+ if(xfdashboard_click_action_is_left_button_or_touch(action))
{
/* Emit "clicked" signal */
g_signal_emit(self, XfdashboardLiveWorkspaceSignals[SIGNAL_CLICKED], 0);
diff --git a/libxfdashboard/quicklaunch.c b/libxfdashboard/quicklaunch.c
index c3a6250..9779458 100644
--- a/libxfdashboard/quicklaunch.c
+++ b/libxfdashboard/quicklaunch.c
@@ -674,7 +674,7 @@ static void _xfdashboard_quicklaunch_on_favourite_popup_menu(XfdashboardQuicklau
/* Only emit any of these signals if click was perform with left button
* or is a short touchscreen touch event.
*/
- if(xfdashboard_click_action_is_left_button_or_touch(action))
+ if(xfdashboard_click_action_is_left_button_or_touch(action))
{
ClutterActor *popup;
ClutterActor *menuItem;
diff --git a/libxfdashboard/search-result-container.c b/libxfdashboard/search-result-container.c
index 02e9d21..baff87e 100644
--- a/libxfdashboard/search-result-container.c
+++ b/libxfdashboard/search-result-container.c
@@ -396,7 +396,7 @@ static void _xfdashboard_search_result_container_on_result_item_actor_clicked(Xf
/* Only emit any of these signals if click was perform with left button
* or is a short touchscreen touch event.
*/
- if(xfdashboard_click_action_is_left_button_or_touch(inAction))
+ if(xfdashboard_click_action_is_left_button_or_touch(inAction))
{
/* Activate result item by actor clicked */
_xfdashboard_search_result_container_activate_result_item_by_actor(self, inActor);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list