1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 03:21:16 +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

@ -4,12 +4,14 @@
#include "eval.hh"
#include "attr-set.hh"
struct State {
nix::EvalState state;
struct State
{
nix::EvalState state;
};
struct BindingsBuilder {
nix::BindingsBuilder builder;
struct BindingsBuilder
{
nix::BindingsBuilder builder;
};
#endif // NIX_API_EXPR_INTERNAL_H