forked from lix-project/lix
astyle format
This commit is contained in:
parent
1ff42722ce
commit
e51a757720
|
@ -24,7 +24,8 @@ namespace nix {
|
|||
using std::list;
|
||||
using std::vector;
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
lvlError = 0,
|
||||
lvlWarn,
|
||||
lvlInfo,
|
||||
|
@ -52,7 +53,7 @@ struct ErrPos
|
|||
template <class P>
|
||||
ErrPos(const P &p)
|
||||
{
|
||||
*this = p;
|
||||
*this = p;
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -146,7 +147,7 @@ public:
|
|||
template<typename... Args>
|
||||
SysError(const Args & ... args)
|
||||
: Error(args...) // TODO addErrNo for hintfmt
|
||||
// : Error(addErrno(hintfmt(args...)))
|
||||
// : Error(addErrno(hintfmt(args...)))
|
||||
{ }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue