mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Format cpp files
This commit is contained in:
parent
e8b126fa90
commit
01a8499d2f
4 changed files with 6 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ struct SourceAccessor;
|
|||
|
||||
namespace fetchers {
|
||||
struct Settings;
|
||||
} // namespace fetchers
|
||||
} // namespace fetchers
|
||||
|
||||
#if 0
|
||||
// 'dir' path elements cannot start with a '.'. We also reject
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
namespace nix {
|
||||
namespace flake {
|
||||
struct Settings;
|
||||
} // namespace flake
|
||||
} // namespace nix
|
||||
} // namespace flake
|
||||
} // namespace nix
|
||||
|
||||
namespace nix::flake::primops {
|
||||
|
||||
|
|
|
|||
|
|
@ -13,9 +13,10 @@
|
|||
namespace nix {
|
||||
|
||||
class Store;
|
||||
|
||||
namespace fetchers {
|
||||
struct Settings;
|
||||
} // namespace fetchers
|
||||
} // namespace fetchers
|
||||
|
||||
typedef std::string FlakeId;
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
namespace nix {
|
||||
class Store;
|
||||
} // namespace nix
|
||||
} // namespace nix
|
||||
|
||||
namespace nix::flake {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue