diff options
| author | MeshCollider <[email protected]> | 2017-11-10 14:15:51 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-11-16 08:23:03 +1300 |
| commit | 7b91b5f8a4417da1940956c1ab32dba94dc104e1 (patch) | |
| tree | 63507194cfa963e58b48fe8fb29d763a272c56ab /src | |
| parent | Recommend #include<> syntax in developer notes (diff) | |
| download | discoin-7b91b5f8a4417da1940956c1ab32dba94dc104e1.tar.xz discoin-7b91b5f8a4417da1940956c1ab32dba94dc104e1.zip | |
Remove trailing whitespace causing travis failure
Diffstat (limited to 'src')
| -rw-r--r-- | src/undo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.h b/src/undo.h index 650de2f30..b482fd308 100644 --- a/src/undo.h +++ b/src/undo.h @@ -6,7 +6,7 @@ #ifndef BITCOIN_UNDO_H #define BITCOIN_UNDO_H -#include <compressor.h> +#include <compressor.h> #include <consensus/consensus.h> #include <primitives/transaction.h> #include <serialize.h> |