mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
uncrustify formatting
This commit is contained in:
parent
22e6490311
commit
e2f61263eb
6 changed files with 3050 additions and 62 deletions
|
|
@ -62,12 +62,12 @@ public:
|
|||
|
||||
virtual void logEI(const ErrorInfo &ei) = 0;
|
||||
|
||||
void logEI(Verbosity lvl, ErrorInfo ei)
|
||||
void logEI(Verbosity lvl, ErrorInfo ei)
|
||||
{
|
||||
ei.level = lvl;
|
||||
logEI(ei);
|
||||
}
|
||||
|
||||
|
||||
virtual void warn(const std::string & msg);
|
||||
|
||||
virtual void startActivity(ActivityId act, Verbosity lvl, ActivityType type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue