mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 13:43:43 +01:00
Normalize header guard of script_error.h
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
dbf1dc239e
commit
4c83c0e7c8
@@ -3,8 +3,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOIN_SCRIPT_ERROR_H
|
||||
#define BITCOIN_SCRIPT_ERROR_H
|
||||
#ifndef BITCOIN_SCRIPT_SCRIPT_ERROR_H
|
||||
#define BITCOIN_SCRIPT_SCRIPT_ERROR_H
|
||||
|
||||
typedef enum ScriptError_t
|
||||
{
|
||||
@@ -54,4 +54,4 @@ typedef enum ScriptError_t
|
||||
|
||||
const char* ScriptErrorString(const ScriptError error);
|
||||
|
||||
#endif // BITCOIN_SCRIPT_ERROR_H
|
||||
#endif // BITCOIN_SCRIPT_SCRIPT_ERROR_H
|
||||
|
||||
Reference in New Issue
Block a user