LiamBindle / MQTT-C

A portable MQTT C client for embedded systems and PCs alike.
https://liambindle.ca/MQTT-C
MIT License
766 stars 269 forks source link

cleanup: trim trailling whitespaces #148

Open perigoso opened 2 years ago

perigoso commented 2 years ago

Just a cleanup. removes trailling whitespaces from source file

Signed-off-by: Rafael Silva perigoso@riseup.net

yamt commented 2 years ago

have you done this mechanically?

perigoso commented 2 years ago

no, I used a vscode extension https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces

perigoso commented 2 years ago

@LiamBindle any reason you might not want this change?

fperrad commented 1 year ago

have you done this mechanically?

@LiamBindle, on linux, run the following command in each directory:

sed -i -E 's/[ \t]+$//;' *.[ch]