From 907b5cf801f78ed41a95da04cbdc6b95b5e4a451 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 23 Oct 2012 00:00:10 +0100 Subject: Trailing whitespace --- src/command.c | 2 +- src/windows.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/command.c b/src/command.c index b536cc80..66547525 100644 --- a/src/command.c +++ b/src/command.c @@ -561,7 +561,7 @@ _cmd_help(const char * const inp, struct cmd_help_t help) cons_basic_help(); } else if (strcmp(inp, "/help status") == 0) { cons_status_help(); - } else if (strcmp(inp, "/help settings") == 0) { + } else if (strcmp(inp, "/help settings") == 0) { cons_settings_help(); } else if (strcmp(inp, "/help navigation") == 0) { cons_navigation_help(); diff --git a/src/windows.c b/src/windows.c index 7daf9f1b..cc1f660e 100644 --- a/src/windows.c +++ b/src/windows.c @@ -611,7 +611,7 @@ cons_settings_help(void) cons_show("%-25s: %s", help->usage, help->short_help); settings_helpers = g_slist_next(settings_helpers); } - + cons_show(""); if (_curr_prof_win == 0) -- cgit 1.4.1-2-gfad0 'sub right'>Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/nqueens.mu
blob: 9e9f4425e125f8808c3168e7e7e30861b5753d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101