about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-02-25 18:33:21 +0000
committerMarco Peereboom <marco@conformal.com>2011-02-25 18:33:21 +0000
commit6b6a5a3797ac86e8795a9245654a46e5c98e29ae (patch)
treef9561f17dd94ee0d97e7c54fa61b19cf0c11c9e0
parent3e09c531a98f1e764d9b6294cc0ef401a1904b52 (diff)
downloadxombrero-6b6a5a3797ac86e8795a9245654a46e5c98e29ae.tar.gz
KNF
-rw-r--r--xxxterm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 0befe97..7930b10 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -5476,7 +5476,7 @@ xt_icon_from_pixbuf(struct tab *t, GdkPixbuf *pixbuf)
 gboolean
 is_valid_icon(char *file)
 {
-        gboolean		valid = 0;
+	gboolean		valid = 0;
 	const char		*mime_type;
 	GFileInfo		*fi;
 	GFile			*gf;
@@ -6787,7 +6787,8 @@ delete_tab(struct tab *t)
 void
 adjustfont_webkit(struct tab *t, int adjust)
 {
-	gfloat	zoom;
+	gfloat			zoom;
+
 	if (t == NULL) {
 		show_oops_s("adjustfont_webkit invalid parameters");
 		return;
e='Blame the previous revision' href='/akspecs/ranger/blame/doc/colorschemes.txt?h=v1.6.0&id=bd8ef7647b3c35d8989a52008885f270ec6f0864'>^
9a735f62 ^
efdc7b16 ^









a8f9cf2c ^

efdc7b16 ^

a2853ab6 ^
f597489c ^
efdc7b16 ^


f597489c ^
efdc7b16 ^
f597489c ^


efdc7b16 ^

a8f9cf2c ^

efdc7b16 ^






f597489c ^
efdc7b16 ^






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