From 1bbbd5e27f9daff7ea1c960b9b81f22b31873324 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 29 Dec 2012 15:47:12 +0100 Subject: [PATCH] Remove a blank line before "fairland rips open" One blank line before and after now, looks better. --- src/util/fairland.c | 2 +- tests/fairland/fairland.out | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/util/fairland.c b/src/util/fairland.c index 38f45c717..a7d314f2e 100644 --- a/src/util/fairland.c +++ b/src/util/fairland.c @@ -232,7 +232,7 @@ main(int argc, char *argv[]) allocate_memory(); print_vars(); - qprint("\n\n #*# ...fairland rips open a rift in the datumplane... #*#\n\n"); + qprint("\n #*# ...fairland rips open a rift in the datumplane... #*#\n\n"); qprint("seed is %lu\n", rnd_seed); do { init(); diff --git a/tests/fairland/fairland.out b/tests/fairland/fairland.out index dfb65a383..cdc0f2644 100644 --- a/tests/fairland/fairland.out +++ b/tests/fairland/fairland.out @@ -11,7 +11,6 @@ minimum distance between continents: 2 minimum distance from islands to continents: 1 World dimensions: 64x32 - #*# ...fairland rips open a rift in the datumplane... #*# seed is 1 -- 2.43.0