From 6e3950ef1fa5697b87a20b105fb5716de5bd8cd8 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 21 Feb 2017 22:34:02 +0100 Subject: [PATCH] Cosmetic: fix indent --- src/blupi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blupi.cpp b/src/blupi.cpp index 7620926..6499cb2 100644 --- a/src/blupi.cpp +++ b/src/blupi.cpp @@ -626,10 +626,10 @@ static void initGettext () bind_textdomain_codeset ("planetblupi", "UTF-8"); } - // Programme principal. +// Programme principal. - int main (int argc, char *argv[]) - { +int main (int argc, char *argv[]) +{ initGettext (); if (!DoInit (argc, argv))