1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-22 03:03:18 +00:00

Fixed line endings, which caused compilation error with clang

This commit is contained in:
Bryan Roe
2019-06-25 10:46:58 -07:00
parent fc8fba9f62
commit bf3eabda1c
2 changed files with 122 additions and 121 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef ___ILibAsyncUDPSocket___
#if !defined(___ILibAsyncUDPSocket___)
#define ___ILibAsyncUDPSocket___
/*! \file ILibAsyncUDPSocket.h
@@ -36,7 +36,8 @@ limitations under the License.
#include "ILibAsyncSocket.h"
#ifdef __cplusplus
extern "C" {
extern "C"
{
#endif
typedef enum ILibAsyncUDPSocket_Reuse

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __ILibWebClient__
#if !defined(__ILibWebClient__)
#define __ILibWebClient__
#include "ILibParsers.h"