Kaydet (Commit) 8899e449 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix include guard for sal/types.h

Change-Id: I77e10d2644b18b150f9489c7f754405974af107a
üst 70fc3a29
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _SAL_TYPES_H_ #ifndef INCLUDED_SAL_TYPES_H
#define _SAL_TYPES_H_ #define INCLUDED_SAL_TYPES_H
#include <sal/config.h> #include <sal/config.h>
#include <sal/macros.h> #include <sal/macros.h>
...@@ -603,6 +603,6 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) { ...@@ -603,6 +603,6 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
#define SAL_WARN_UNUSED #define SAL_WARN_UNUSED
#endif #endif
#endif /*_SAL_TYPES_H_ */ #endif // INCLUDED_SAL_TYPES_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment