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

2018-02-14 Thread Victor Toso
Hi,

On Thu, Feb 15, 2018 at 07:14:14AM +, Frediano Ziglio wrote:
> Some header used some slightly different naming style for
> header guards.
> Update the names to make them more coherent.
> 
> Signed-off-by: Frediano Ziglio 
> ---
>  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

Sure,
Acked-by: Victor Toso 

>  
>  #include 
>  #include 
> -- 
> 2.14.3
> 
> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


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

2018-02-14 Thread Frediano Ziglio
Some header used some slightly different naming style for
header guards.
Update the names to make them more coherent.

Signed-off-by: Frediano Ziglio 
---
 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 
 #include 
-- 
2.14.3

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel