]> git.llucax.com Git - software/posixx.git/blobdiff - src/error.hpp
Fix indentation
[software/posixx.git] / src / error.hpp
index 89ac57609a32b8b256d911350bfdd2e835d87823..acea4221f11fcab09eae6f37a0ccedab2a48a7e8 100644 (file)
@@ -37,13 +37,13 @@ struct error: std::runtime_error
 
 inline
 posixx::error::error() throw():
 
 inline
 posixx::error::error() throw():
-    std::runtime_error(strerror(errno)), no(errno)
+               std::runtime_error(strerror(errno)), no(errno)
 {
 }
 
 inline
 posixx::error::error(const std::string& where) throw ():
 {
 }
 
 inline
 posixx::error::error(const std::string& where) throw ():
-    std::runtime_error(where + ": " + strerror(errno)), no(errno)
+               std::runtime_error(where + ": " + strerror(errno)), no(errno)
 {
 }
 
 {
 }