Changeset: adc68c12f0e3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=adc68c12f0e3 Modified Files: clients/mapiclient/ReadlineTools.c Branch: Feb2013 Log Message:
Layout. diffs (13 lines): diff --git a/clients/mapiclient/ReadlineTools.c b/clients/mapiclient/ReadlineTools.c --- a/clients/mapiclient/ReadlineTools.c +++ b/clients/mapiclient/ReadlineTools.c @@ -364,7 +364,8 @@ init_readline(Mapi mid, char *lang, int _mid = mid; /* Allow conditional parsing of the ~/.inputrc file. */ rl_readline_name = "MapiClient"; - /* Tell the completer that we want to try our own completion before std completion (filename) kicks in. */ + /* Tell the completer that we want to try our own completion + * before std completion (filename) kicks in. */ if (strcmp(language, "sql") == 0) { rl_attempted_completion_function = sql_completion; } else if (strcmp(language, "mil") == 0) { _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list