Remove trailing spaces.

This commit is contained in:
Tom Ritchford
2015-07-28 23:24:25 -04:00
committed by Nik Bougalis
parent 9e69bd5c56
commit 32ec3fe089
138 changed files with 881 additions and 884 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -102,7 +102,7 @@ class flags : private detail::flags_helper
{
private:
Account account_;
public:
template <class... Args>
flags (Account const& account,
@@ -121,7 +121,7 @@ class nflags : private detail::flags_helper
{
private:
Account account_;
public:
template <class... Args>
nflags (Account const& account,

View File

@@ -99,7 +99,7 @@ create (Account const& account,
/** Cancel a ticket */
//Json::Value
//cancel (Account const& account,
} // ticket
/** Match the number of tickets on the account. */