Skip to content

Commit b654a10

Browse files
committed
Correct include guard style
1 parent 3ad37eb commit b654a10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ArduinoBearSSL.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _ARDUINO_BEAR_SSL_
2-
#define _ARDUINO_BEAR_SSL_
1+
#ifndef _ARDUINO_BEAR_SSL_H_
2+
#define _ARDUINO_BEAR_SSL_H_
33

44
#include "BearSSLClient.h"
55

src/BearSSLClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _BEAR_SSL_CLIENT_
2-
#define _BEAR_SSL_CLIENT_
1+
#ifndef _BEAR_SSL_CLIENT_H_
2+
#define _BEAR_SSL_CLIENT_H_
33

44
#include <Arduino.h>
55
#include <Client.h>

0 commit comments

Comments
 (0)