mirror of
https://github.com/NixOS/nix.git
synced 2025-12-13 20:41:04 +01:00
Format after clang-format update
This commit is contained in:
parent
e6ba450ce2
commit
27f880c098
3 changed files with 28 additions and 28 deletions
|
|
@ -11,6 +11,6 @@ inline void * observe_string_cb_data(std::string & out)
|
|||
};
|
||||
|
||||
#define OBSERVE_STRING(str) \
|
||||
(nix_get_string_callback) nix::testing::observe_string_cb, nix::testing::observe_string_cb_data(str)
|
||||
(nix_get_string_callback) nix::testing::observe_string_cb, nix::testing::observe_string_cb_data(str)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue