added intial carriage return im preamble

This commit is contained in:
2020-04-10 17:06:06 +02:00
parent 841b28b65d
commit 69e9710bf1
6 changed files with 18 additions and 19 deletions

View File

@ -14,7 +14,8 @@ extern std::ostream info;
extern std::ostream warning;
extern std::ostream error;
class ServiceInterfaceStream : public std::basic_ostream< char, std::char_traits< char > > {
class ServiceInterfaceStream :
public std::basic_ostream<char, std::char_traits<char>> {
protected:
ServiceInterfaceBuffer buf;
public:
@ -23,5 +24,4 @@ public:
};
#endif /* FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_ */