Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc committed Nov 19, 2021
1 parent 8364b79 commit 80d0b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/crc32/crc32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

// uint8_t, uint32_t, int32_t
extern "C" {
#include <cstddef> // size_t

#include <stdint.h>

#include "crc32/crc32.h"
#include "crc32/crc32_var.h"

#include <cstddef> // size_t

#if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
# include <string_view>
#else
Expand Down

0 comments on commit 80d0b57

Please sign in to comment.