diff options
Diffstat (limited to 'osdep/OSUtils.hpp')
-rw-r--r-- | osdep/OSUtils.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/osdep/OSUtils.hpp b/osdep/OSUtils.hpp index 142f0aed..fe054ba2 100644 --- a/osdep/OSUtils.hpp +++ b/osdep/OSUtils.hpp @@ -219,10 +219,7 @@ public: * @param s Data to write * @return True if entire file was successfully written */ - static inline bool writeFile(const char *path,const std::string &s) - { - return writeFile(path,s.data(),(unsigned int)s.length()); - } + static inline bool writeFile(const char *path,const std::string &s) { return writeFile(path,s.data(),(unsigned int)s.length()); } }; } // namespace ZeroTier |