diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-15 21:15:53 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-15 21:15:53 +0200 |
| commit | aa49abdf239bae6065fddd0839ec67a404c9748c (patch) | |
| tree | 631fbb2df58aa35df3d60c65c037ef74b1807114 /src/decompress_lzma.cc | |
| parent | bf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (diff) | |
Add .clang-format
Make it easier to keep a consistent style
Diffstat (limited to 'src/decompress_lzma.cc')
| -rw-r--r-- | src/decompress_lzma.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decompress_lzma.cc b/src/decompress_lzma.cc index 299803d..6ba2976 100644 --- a/src/decompress_lzma.cc +++ b/src/decompress_lzma.cc @@ -2,13 +2,12 @@ #include "buffer.hh" -#include <lzma.h> - #include <algorithm> #include <cstddef> #include <cstdint> #include <cstring> #include <expected> +#include <lzma.h> #include <memory> #include <optional> #include <utility> |
