diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-11-10 14:15:51 +1300 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-11-16 08:23:03 +1300 |
commit | 7b91b5f8a4417da1940956c1ab32dba94dc104e1 (patch) | |
tree | 63507194cfa963e58b48fe8fb29d763a272c56ab /src | |
parent | 434f5a2506e982210226cfd24421f381e20173f3 (diff) |
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 650de2f30d..b482fd3089 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> |