summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2019-01-09 17:30:24 -0200
committerMartin Michlmayr <tbm@cyrius.com>2019-01-09 17:30:24 -0200
commit61427262553c86edfab8f1a77486ccad803419a0 (patch)
tree47b5fcb4622cedf36ebc30a59543feae5889d68b
parentec209120c4a110f24340850c704dcf466ede1919 (diff)
downloadfork-ledger-61427262553c86edfab8f1a77486ccad803419a0.tar.gz
fork-ledger-61427262553c86edfab8f1a77486ccad803419a0.tar.bz2
fork-ledger-61427262553c86edfab8f1a77486ccad803419a0.zip
Remove trailing whitespace
-rw-r--r--README.md4
-rwxr-xr-xacprep2
-rw-r--r--appveyor.yml2
-rw-r--r--doc/NEWS14
-rw-r--r--doc/ledger3.texi8
5 files changed, 15 insertions, 15 deletions
diff --git a/README.md b/README.md
index d7cd8c28..2d28f52c 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Dependency | Version
### Mac OS X
-You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X.
+You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X.
#### 1. Homebrew
@@ -163,7 +163,7 @@ footwork for you:
# $HOME/local and build with 2 processes in parallel
$ ./acprep update --boost-suffix=-mt --prefix=$HOME/local -j2
-Please read the contents of `CMakeFiles/CMakeOutput.log` and
+Please read the contents of `CMakeFiles/CMakeOutput.log` and
`CMakeFiles/CMakeError.log` if the configure step fails. Also,
see the `help` subcommand to `acprep`, which explains some of its many
options. It's pretty much the only command I run for configuring, building
diff --git a/acprep b/acprep
index 8d9d67f7..cef7b63f 100755
--- a/acprep
+++ b/acprep
@@ -692,7 +692,7 @@ class PrepareBuild(CommandLineApp):
elif system.startswith('CYGWIN'):
self.log.info('Looks like you are using Cygwin')
- self.log.info('Please install the dependencies manually.')
+ self.log.info('Please install the dependencies manually.')
#########################################################################
# Determine the system's basic configuration #
diff --git a/appveyor.yml b/appveyor.yml
index 21fec71c..3b2e7267 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -46,5 +46,5 @@ artifacts:
test_script:
- C:\msys64\usr\bin\bash -lc "export MINGW_PREFIX=C:/msys64/mingw32/ CTEST_OUTPUT_ON_FAILURE=1
- PATH=/mingw32/bin:$PATH && cd $APPVEYOR_BUILD_FOLDER &&
+ PATH=/mingw32/bin:$PATH && cd $APPVEYOR_BUILD_FOLDER &&
make test || echo Errors from tests were ignored"
diff --git a/doc/NEWS b/doc/NEWS
index 0cb4b2b9..a2e3ea04 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -154,7 +154,7 @@ features, please see the manual.
2008/07/27 Starting fresh
Assets:Checking $750.00
Equity:Opening Balances
-
+
2008/07/27 Starting fresh
Assets:Checking = $1,000.00
Equity:Adjustments
@@ -164,7 +164,7 @@ features, please see the manual.
2008/07/27 Starting fresh
Assets:Checking $750.00
Equity:Opening Balances
-
+
2008/07/27 Starting fresh
Assets:Checking $250.00
Equity:Adjustments
@@ -183,7 +183,7 @@ features, please see the manual.
2008/07/24 Opening Balance
Assets:Checking = $250.00 ; we force set it
Equity:Opening Balances
-
+
2008/07/24 Opening Balance
Assets:Checking = EC 250.00 ; we force set it again
Equity:Opening Balances
@@ -195,7 +195,7 @@ features, please see the manual.
Assets:Checking = $250.00 ; we force set it again
Assets:Checking EC 100.00 ; and add some EC's
Equity:Opening Balances
-
+
2008/07/24 Opening Balance
Assets:Checking = EC 250.00 ; we force set the EC's
Equity:Opening Balances
@@ -213,15 +213,15 @@ features, please see the manual.
2008/07/24 Opening Balance
Assets:Checking = $100.00
Equity:Opening Balances
-
+
2008/07/30 We spend money, with a known balance afterward
Expenses:Food $20.00
Assets:Checking = $80.00
-
+
2008/07/30 Again we spend money, but this time with all the info
Expenses:Food $20.00
Assets:Checking $-20.00 = $60.00
-
+
2008/07/30 This entry yield an 'unbalanced' error
Expenses:Food $20.00
Assets:Checking $-20.00 = $30.00
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 63946d25..9f9a1095 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -1384,10 +1384,10 @@ account:
(Funds:School) $-100.00
@end smallexample
-The use of round brackets creates a virtual posting without ensuring
-a balance to zero. When reports are generated, by default they'll
-appear in terms of the funds. In this case, you will likely want to
-mask out your @samp{Assets} account, because otherwise the balance
+The use of round brackets creates a virtual posting without ensuring
+a balance to zero. When reports are generated, by default they'll
+appear in terms of the funds. In this case, you will likely want to
+mask out your @samp{Assets} account, because otherwise the balance
won't make much sense:
@smallexample @c command:396F24E