White space change

This commit is contained in:
Sara Damiano
2018-09-07 14:11:54 -04:00
parent e9b1e16a3e
commit cf6ff9fd2b

View File

@@ -213,7 +213,11 @@ public:
public: public:
#ifdef GSM_DEFAULT_STREAM
TinyGsmSim800(Stream& stream = GSM_DEFAULT_STREAM)
#else
TinyGsmSim800(Stream& stream) TinyGsmSim800(Stream& stream)
#endif
: stream(stream) : stream(stream)
{ {
memset(sockets, 0, sizeof(sockets)); memset(sockets, 0, sizeof(sockets));