summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep8
-rw-r--r--doc/ledger3.texi4
-rw-r--r--src/report.h2
-rw-r--r--test/baseline/cmd-cleared.test2
4 files changed, 8 insertions, 8 deletions
diff --git a/acprep b/acprep
index 1165c2b9..275f2c84 100755
--- a/acprep
+++ b/acprep
@@ -644,10 +644,6 @@ class PrepareBuild(CommandLineApp):
]
self.log.info('Executing: ' + ' '.join(packages))
self.execute(*packages)
- elif system.startswith('CYGWIN'):
- self.log.info('Looks like you are using Cygwin')
- self.log.info('Please install the dependencies manually.')
-
elif release.startswith('Fedora release 20'):
self.log.info('Looks like you are using YUM on Fedora 20')
packages = [
@@ -673,6 +669,10 @@ class PrepareBuild(CommandLineApp):
self.log.info('Executing: ' + ' '.join(packages))
self.execute(*packages)
+ elif system.startswith('CYGWIN'):
+ self.log.info('Looks like you are using Cygwin')
+ self.log.info('Please install the dependencies manually.')
+
#########################################################################
# Determine the system's basic configuration #
#########################################################################
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 4a3d51e0..a2083e38 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -651,7 +651,7 @@ $ ledger -f drewr3.dat cleared
$ -20.00 0 MasterCard
$ 200.00 0 Mortgage:Principal
$ -243.60 0 Tithe
----------------- ---------------- ---------
+---------------- ---------------- ---------
$ -243.60 0
@end smallexample
@@ -7172,7 +7172,7 @@ Define the format for the cleared report. The default is:
%-(ansify_if(partial_account(options.flat), blue if color))\n%/
%$1 %$2 %$3\n%/
%(prepend_width ? \" \" * int(prepend_width) : \"\")
- ---------------- ---------------- ---------\n"
+ ---------------- ---------------- ---------\n"
@end smallexample
@item --register-format @var{FORMAT_STRING}
diff --git a/src/report.h b/src/report.h
index 67e95884..c54c8444 100644
--- a/src/report.h
+++ b/src/report.h
@@ -496,7 +496,7 @@ public:
"%-(ansify_if(partial_account(options.flat), blue if color))\n%/"
"%$1 %$2 %$3\n%/"
"%(prepend_width ? \" \" * int(prepend_width) : \"\")"
- "---------------- ---------------- ---------\n");
+ "---------------- ---------------- ---------\n");
});
OPTION(report_t, color);
diff --git a/test/baseline/cmd-cleared.test b/test/baseline/cmd-cleared.test
index 501d207f..91219a40 100644
--- a/test/baseline/cmd-cleared.test
+++ b/test/baseline/cmd-cleared.test
@@ -30,7 +30,7 @@ test cleared
-20 0 F
-30 -30 12-Feb-26 G
-40 0 H
----------------- ---------------- ---------
+---------------- ---------------- ---------
0 0
end test