[totem] browser-plugin: Fix white-space problem
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] browser-plugin: Fix white-space problem
- Date: Sat, 3 Dec 2011 15:06:53 +0000 (UTC)
commit 9c237e07c9be9f95664104e270e950b59fcc23d4
Author: Bastien Nocera <hadess hadess net>
Date: Sat Dec 3 12:23:24 2011 +0100
browser-plugin: Fix white-space problem
browser-plugin/totemPlugin.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 3eaab64..b7401d2 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -568,9 +568,9 @@ totemPlugin::ViewerFork ()
g_ptr_array_add (arr, g_strdup (DASHES TOTEM_OPTION_HIDDEN));
}
- if (mRepeat) {
- g_ptr_array_add (arr, g_strdup (DASHES TOTEM_OPTION_REPEAT));
- }
+ if (mRepeat) {
+ g_ptr_array_add (arr, g_strdup (DASHES TOTEM_OPTION_REPEAT));
+ }
if (mAudioOnly) {
g_ptr_array_add (arr, g_strdup (DASHES TOTEM_OPTION_AUDIOONLY));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]