Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Jan 9, 2019
1 parent ec20912 commit 6142726
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion acprep
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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"
14 changes: 7 additions & 7 deletions doc/NEWS
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions doc/ledger3.texi
Expand Up @@ -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
Expand Down

0 comments on commit 6142726

Please sign in to comment.