Uniform line endings (dos2unix)

This commit is contained in:
Martchus 2016-08-29 20:21:24 +02:00
parent 56907b6d4c
commit 648d482766
6 changed files with 1688 additions and 1692 deletions

View File

@ -3,8 +3,6 @@
#include <passwordfile/io/passwordfile.h> #include <passwordfile/io/passwordfile.h>
#include <c++utilities/application/global.h>
#if defined(PLATFORM_UNIX) #if defined(PLATFORM_UNIX)
# include <termios.h> # include <termios.h>
#elif defined(PLATFORM_WINDOWS) #elif defined(PLATFORM_WINDOWS)
@ -17,9 +15,7 @@
#include <ostream> #include <ostream>
namespace ApplicationUtilities { namespace ApplicationUtilities {
typedef std::vector<std::string> StringVector; typedef std::vector<std::string> StringVector;
} }
namespace Io { namespace Io {