aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/proof/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/proof/font.c')
-rw-r--r--src/cmd/proof/font.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cmd/proof/font.c b/src/cmd/proof/font.c
index d930f34c..5cd68623 100644
--- a/src/cmd/proof/font.c
+++ b/src/cmd/proof/font.c
@@ -108,12 +108,12 @@ dochar(Rune r[])
string(screen, p, display->black, ZP, f, s);
}
-static int drawlog2[] = {
- 0, 0,
- 1, 1,
- 2, 2, 2, 2,
- 3, 3, 3, 3, 3, 3, 3, 3,
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
+static int drawlog2[] = {
+ 0, 0,
+ 1, 1,
+ 2, 2, 2, 2,
+ 3, 3, 3, 3, 3, 3, 3, 3,
+ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
5
};