1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 19:41:48 +02:00

C API: reformat according to proposed clang-format file

This commit is contained in:
Yorick van Pelt 2023-08-28 16:45:02 +02:00 committed by José Luis Lafuente
parent 91e53de7d3
commit e1bb799da9
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
13 changed files with 1115 additions and 1078 deletions

View file

@ -2,7 +2,8 @@
#define NIX_API_STORE_INTERNAL_H
#include "store-api.hh"
struct Store {
nix::ref<nix::Store> ptr;
struct Store
{
nix::ref<nix::Store> ptr;
};
#endif