[anjuta] indentation-c-style: Change plugin.c modeline to spaces



commit 17c41aaae7e12a6191501e047c9acc0061f1abc0
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Mon Nov 5 15:49:42 2012 +0100

    indentation-c-style: Change plugin.c modeline to spaces
    
    ...since it's indented using spaces anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687654

 plugins/indentation-c-style/plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/indentation-c-style/plugin.c b/plugins/indentation-c-style/plugin.c
index 08a4551..32579e3 100644
--- a/plugins/indentation-c-style/plugin.c
+++ b/plugins/indentation-c-style/plugin.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
+/* -*- Mode: C; indent-spaces-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
     plugin.c
     Copyright (C) 2000 Naba Kumar
@@ -385,7 +385,7 @@ uninstall_support (IndentCPlugin *lang_plugin)
         g_signal_handlers_disconnect_by_func (lang_plugin->current_editor,
                                     G_CALLBACK (cpp_java_indentation_char_added),
                                     lang_plugin);
-		g_signal_handlers_disconnect_by_func (lang_plugin->current_editor,
+        g_signal_handlers_disconnect_by_func (lang_plugin->current_editor,
                                     G_CALLBACK (cpp_java_indentation_changed),
                                     lang_plugin);
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]