[Spice-devel] [PATCH spice-streaming-agent] Update old style header guards

Frediano Ziglio fziglio at redhat.com
Thu Feb 15 07:14:14 UTC 2018


Some header used some slightly different naming style for
header guards.
Update the names to make them more coherent.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 src/hexdump.h | 4 ++--
 src/jpeg.hpp  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/hexdump.h b/src/hexdump.h
index b8542a2..b454257 100644
--- a/src/hexdump.h
+++ b/src/hexdump.h
@@ -3,8 +3,8 @@
  * \copyright
  * Copyright 2016-2017 Red Hat Inc. All rights reserved.
  */
-#ifndef RH_STREAMING_AGENT_HEXDUMP_H_
-#define RH_STREAMING_AGENT_HEXDUMP_H_
+#ifndef SPICE_STREAMING_AGENT_HEXDUMP_H
+#define SPICE_STREAMING_AGENT_HEXDUMP_H
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/jpeg.hpp b/src/jpeg.hpp
index dd59405..cc14c50 100644
--- a/src/jpeg.hpp
+++ b/src/jpeg.hpp
@@ -3,8 +3,8 @@
  * \copyright
  * Copyright 2017 Red Hat Inc. All rights reserved.
  */
-#ifndef RH_STREAMING_AGENT_JPEG_HPP_
-#define RH_STREAMING_AGENT_JPEG_HPP_
+#ifndef SPICE_STREAMING_AGENT_JPEG_HPP
+#define SPICE_STREAMING_AGENT_JPEG_HPP
 
 #include <stdio.h>
 #include <vector>
-- 
2.14.3



More information about the Spice-devel mailing list