[gimp/blend-tool-fun: 87/163] app: indentation fix.
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/blend-tool-fun: 87/163] app: indentation fix.
- Date: Mon, 26 Oct 2015 02:25:32 +0000 (UTC)
commit ca10d624fc4d79d67712735b4c5990a96f4368c0
Author: Jehan <jehan girinstud io>
Date: Tue Sep 29 00:32:24 2015 +0200
app: indentation fix.
app/unique.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/unique.c b/app/unique.c
index cea778d..8e0f477 100644
--- a/app/unique.c
+++ b/app/unique.c
@@ -34,17 +34,17 @@
static gboolean gimp_unique_dbus_open (const gchar **filenames,
- gboolean as_new);
+ gboolean as_new);
#ifdef G_OS_WIN32
static gboolean gimp_unique_win32_open (const gchar **filenames,
- gboolean as_new);
+ gboolean as_new);
#endif
static gboolean gimp_unique_dbus_batch_run (const gchar *batch_interpreter,
const gchar **batch_commands);
gboolean
gimp_unique_open (const gchar **filenames,
- gboolean as_new)
+ gboolean as_new)
{
#ifdef G_OS_WIN32
return gimp_unique_win32_open (filenames, as_new);
@@ -68,7 +68,7 @@ gimp_unique_batch_run (const gchar *batch_interpreter,
static gboolean
gimp_unique_dbus_open (const gchar **filenames,
- gboolean as_new)
+ gboolean as_new)
{
#ifndef GIMP_CONSOLE_COMPILATION
@@ -166,7 +166,7 @@ gimp_unique_dbus_open (const gchar **filenames,
static gboolean
gimp_unique_win32_open (const gchar **filenames,
- gboolean as_new)
+ gboolean as_new)
{
#ifndef GIMP_CONSOLE_COMPILATION
@@ -174,7 +174,7 @@ gimp_unique_win32_open (const gchar **filenames,
#include "gui/gui-unique.h"
HWND window_handle = FindWindowW (GIMP_UNIQUE_WIN32_WINDOW_CLASS,
- GIMP_UNIQUE_WIN32_WINDOW_NAME);
+ GIMP_UNIQUE_WIN32_WINDOW_NAME);
if (window_handle)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]