Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
namespace Pinetime {
|
||||
namespace Drivers {
|
||||
class Spi;
|
||||
|
||||
class St7789 {
|
||||
public:
|
||||
explicit St7789(Spi& spi, uint8_t pinDataCommand);
|
||||
|
||||
Reference in New Issue
Block a user