aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/univalue_escapes.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-11-03 16:16:40 +0100
committerPavel Janík <Pavel@Janik.cz>2014-11-03 16:16:40 +0100
commit84738627ce32767bacb86e1ba109147fab29cafb (patch)
tree7984995d313a4da7ad0cdd7b3c5605f778f40eee /src/univalue/univalue_escapes.h
parentc9690960709fd366d09b181b9f50cd7afc6924b3 (diff)
downloadbitcoin-84738627ce32767bacb86e1ba109147fab29cafb.tar.xz
Fix all header defines
Diffstat (limited to 'src/univalue/univalue_escapes.h')
-rw-r--r--src/univalue/univalue_escapes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/univalue/univalue_escapes.h b/src/univalue/univalue_escapes.h
index 1d3a70a968..0514118285 100644
--- a/src/univalue/univalue_escapes.h
+++ b/src/univalue/univalue_escapes.h
@@ -1,6 +1,6 @@
// Automatically generated file. Do not modify.
-#ifndef __UNIVALUE_ESCAPES_H__
-#define __UNIVALUE_ESCAPES_H__
+#ifndef BITCOIN_UNIVALUE_UNIVALUE_ESCAPES_H
+#define BITCOIN_UNIVALUE_UNIVALUE_ESCAPES_H
static const char *escapes[256] = {
NULL,
NULL,
@@ -259,4 +259,4 @@ static const char *escapes[256] = {
NULL,
NULL,
};
-#endif // __UNIVALUE_ESCAPES_H__
+#endif // BITCOIN_UNIVALUE_UNIVALUE_ESCAPES_H