mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
nfc(libutil): reformat files
Run clang-format on compression.{cc,hh} and tarfile{cc,hh}.
This way follow-up patches will be formatted properly and have
easier to read diffs.
This commit is contained in:
parent
b72e1c79da
commit
6d9bafb3b8
4 changed files with 63 additions and 49 deletions
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
struct TarArchive {
|
||||
struct TarArchive
|
||||
{
|
||||
struct archive * archive;
|
||||
Source * source;
|
||||
std::vector<unsigned char> buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue