mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Change clang format
Add AlignTrailingComments: false Add AllowShortFunctionsOnASingleLine: Empty
This commit is contained in:
@@ -48,4 +48,7 @@ bool TLPT::Connect(int port)
|
||||
return bool(OutPort);
|
||||
};
|
||||
|
||||
void TLPT::Out(int x) { OutPort(address, x); }; // wys³anie bajtu do portu
|
||||
void TLPT::Out(int x)
|
||||
{
|
||||
OutPort(address, x);
|
||||
}; // wys³anie bajtu do portu
|
||||
|
||||
Reference in New Issue
Block a user