eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
313 stars 179 forks source link

code-style fix: suggestion using 4 space standard #262

Open nlantau opened 2 years ago

nlantau commented 2 years ago

I've read though the contributions requirement, created an Eclipse account and signed the Eclipse ECA.

During personal research regarding MQTT-SN, I found the code style in some of the example source files to be using a mix of tabs and spaces. I tried to find a coding standard in the project documentation, without any luck. With this pull request, I'm suggesting to use a "4 space standard". If this code style fix is desirable, I'm willing to continue to do similar contributions.

Thanks for your time. Niklas