Changeset: 610660cb0d8b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/610660cb0d8b
Modified Files:
        clients/mapiclient/mclient.c
Branch: Sep2022
Log Message:

Use tabs for indent.


diffs (23 lines):

diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -3256,14 +3256,14 @@ main(int argc, char **argv)
 
        /* parse config file first, command line options override */
        parse_dotmonetdb(&dotfile);
-        user = dotfile.user;
-        passwd = dotfile.passwd;
+       user = dotfile.user;
+       passwd = dotfile.passwd;
        dbname = dotfile.dbname;
-        language = dotfile.language;
+       language = dotfile.language;
        host = dotfile.host;
        save_history = dotfile.save_history;
-        output = dotfile.output;
-        pagewidth = dotfile.pagewidth;
+       output = dotfile.output;
+       pagewidth = dotfile.pagewidth;
        port = dotfile.port;
        pagewidthset = pagewidth != 0;
        if (language) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to