cpplint header guard style

pull/911/head
Jesse Vincent 4 years ago committed by Gergely Nagy
parent 6970c59ff6
commit 16a87e149f
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -31,8 +31,7 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. */ POSSIBILITY OF SUCH DAMAGE. */
#ifndef _UTIL_CRC16_H_ #pragma once
#define _UTIL_CRC16_H_
#include <stdint.h> #include <stdint.h>
@ -89,6 +88,3 @@ static inline uint8_t _crc_ibutton_update(uint8_t crc, uint8_t data) {
} }
return crc; return crc;
} }
#endif

Loading…
Cancel
Save