Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 20:43:21 Commit: 2cb41447340a5c7460efdda4972762f339be5fd6 https://github.com/geany/geany-plugins/commit/2cb41447340a5c7460efdda4972762...
Log Message: ----------- ShiftColumn: Remove superfluous semicolons
Modified Paths: -------------- shiftcolumn/src/shiftcolumn.c
Modified: shiftcolumn/src/shiftcolumn.c 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -45,10 +45,10 @@ GeanyData *geany_data; GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(130); +PLUGIN_VERSION_CHECK(130) PLUGIN_SET_INFO(_("Shift Column"), _("Shift a selection left and right"), - VERSION, "Andrew L Janke a.janke@gmail.com"); + VERSION, "Andrew L Janke a.janke@gmail.com")
static GtkWidget *menu_item_shift_left = NULL;
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).