summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Usr')
-rw-r--r--dev/Usr/LibCF/String.h13
-rw-r--r--dev/Usr/LibWM/WindowConnection.h4
2 files changed, 8 insertions, 9 deletions
diff --git a/dev/Usr/LibCF/String.h b/dev/Usr/LibCF/String.h
index d87c2d2d..9b83fec6 100644
--- a/dev/Usr/LibCF/String.h
+++ b/dev/Usr/LibCF/String.h
@@ -11,11 +11,10 @@
namespace LibCF
{
- class CFString;
+ class CFString;
- class CFString final CF_OBJECT
- {
- public:
-
- };
-} \ No newline at end of file
+ class CFString final CF_OBJECT
+ {
+ public:
+ };
+} // namespace LibCF \ No newline at end of file
diff --git a/dev/Usr/LibWM/WindowConnection.h b/dev/Usr/LibWM/WindowConnection.h
index 3a3e39a6..22938130 100644
--- a/dev/Usr/LibWM/WindowConnection.h
+++ b/dev/Usr/LibWM/WindowConnection.h
@@ -24,8 +24,8 @@ namespace LibCF
constexpr static SInt16 kMaxPeers = 16;
- Char mConnName[256] = {0};
- SInt32 mConnPeersCnt{0};
+ Char mConnName[256] = {0};
+ SInt32 mConnPeersCnt{0};
CFArray<VoidPtr, kMaxPeers> mConnPeers;
};
} // namespace LibCF \ No newline at end of file