diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-04 14:34:04 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-04 14:36:46 +0100 |
commit | b4347f60352a7134f95a0f35e74607a167090516 (patch) | |
tree | 9247f84b6fec039f5dd59c9b3763deb152951b13 /src/ecwrapper.h | |
parent | 1dbabb6521a94f6ce635dbda9da2bdd33d892092 (diff) |
minor code style cleanup after recent merges
- add a missing license header
- correct some header orderings etc.
Diffstat (limited to 'src/ecwrapper.h')
-rw-r--r-- | src/ecwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecwrapper.h b/src/ecwrapper.h index 52e9e5dab0..3457ca5f5a 100644 --- a/src/ecwrapper.h +++ b/src/ecwrapper.h @@ -43,4 +43,4 @@ public: static bool SanityCheck(); }; -#endif // BITCOIN_EC_WRAPPER_H +#endif // BITCOIN_ECWRAPPER_H |