SortIncludes: true (#19)

* Update .clang-format

- set SortIncludes to true

* Reformat source with includes sorted
This commit is contained in:
Jonathan R. Madsen
2023-08-24 19:19:48 -05:00
committed by GitHub
parent 39b209c2a7
commit 41b1d91841
16 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -22,11 +22,11 @@
#include "ring_buffer.hpp"
#include <sys/mman.h>
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sys/mman.h>
namespace rocprofiler
{