mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Style fixes
This commit is contained in:
parent
801112de1a
commit
8bd892117a
4 changed files with 8 additions and 8 deletions
|
|
@ -12,8 +12,8 @@ enum class LogFormat {
|
|||
barWithLogs,
|
||||
};
|
||||
|
||||
void setLogFormat(const string &logFormatStr);
|
||||
void setLogFormat(const LogFormat &logFormat);
|
||||
void setLogFormat(const std::string & logFormatStr);
|
||||
void setLogFormat(const LogFormat & logFormat);
|
||||
|
||||
void createDefaultLogger();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue