Skip to content

Commit f7a5d61

Browse files
committed
Ran `astyle' command
1 parent e5a5125 commit f7a5d61

File tree

12 files changed

+473
-473
lines changed

12 files changed

+473
-473
lines changed

src/ErrnoError.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#include <string>
2828

2929
class ErrnoError : public std::runtime_error {
30-
public:
31-
ErrnoError(const std::string& description, int error = errno)
32-
: std::runtime_error(description + ": " + std::strerror(error)) {}
30+
public:
31+
ErrnoError(const std::string& description, int error = errno)
32+
: std::runtime_error(description + ": " + std::strerror(error)) {}
3333
};
3434

3535
#endif

0 commit comments

Comments
 (0)