Skip to content
Snippets Groups Projects
Commit fd00c54b authored by sivert's avatar sivert
Browse files

Ran clang-format and added .clang-format file.

parent 7af39b23
Branches
No related tags found
No related merge requests found
---
BasedOnStyle: Google
IndentWidth: '2'
SortIncludes: 'true'
UseTab: Never
...
crc32/crc.h 100755 → 100644
...@@ -25,4 +25,3 @@ void ic_init(void); ...@@ -25,4 +25,3 @@ void ic_init(void);
void update_thresholds(uint16_t n_suspend, uint16_t n_restore); void update_thresholds(uint16_t n_suspend, uint16_t n_restore);
#endif /* IC_SRC */ #endif /* IC_SRC */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment