summaryrefslogtreecommitdiff
path: root/sfntly/port/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/port/endian.h')
-rw-r--r--sfntly/port/endian.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfntly/port/endian.h b/sfntly/port/endian.h
index 1364e42..db58f0a 100644
--- a/sfntly/port/endian.h
+++ b/sfntly/port/endian.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_PORT_ENDIAN_H_
-#define TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_PORT_ENDIAN_H_
+#ifndef SFNTLY_CPP_SRC_SFNTLY_PORT_ENDIAN_H_
+#define SFNTLY_CPP_SRC_SFNTLY_PORT_ENDIAN_H_
#include "sfntly/port/config.h"
#include "sfntly/port/type.h"
@@ -74,4 +74,4 @@ static inline uint64_t EndianSwap64(uint64_t value) {
} // namespace sfntly
-#endif // TYPOGRAPHY_FONT_SFNTLY_SRC_SFNTLY_PORT_ENDIAN_H_
+#endif // SFNTLY_CPP_SRC_SFNTLY_PORT_ENDIAN_H_