From 7b91b5f8a4417da1940956c1ab32dba94dc104e1 Mon Sep 17 00:00:00 2001 From: MeshCollider Date: Fri, 10 Nov 2017 14:15:51 +1300 Subject: [PATCH] Remove trailing whitespace causing travis failure --- src/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #include #include #include