mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
Format source code using clang-format
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
|
||||
class TLPT
|
||||
{
|
||||
private:
|
||||
int address;
|
||||
public:
|
||||
bool __fastcall Connect(int port);
|
||||
void __fastcall Out(int x);
|
||||
private:
|
||||
int address;
|
||||
|
||||
public:
|
||||
bool __fastcall Connect(int port);
|
||||
void __fastcall Out(int x);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user