Skip to content

Commit 558eee4

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent f64da25 commit 558eee4

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

include/UE/T/TObjectIteratorBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace UE
1818

1919
return a_internalExclusionFlags;
2020
}
21-
21+
2222
template <EObjectIteratorThreadSafetyOptions E>
2323
class TObjectIteratorBase :
2424
public FUObjectArray::TIterator

include/UE/T/TSparseDynamicDelegate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ namespace UE
99
public FSparseDelegate
1010
{
1111
public:
12-
1312
};
1413
static_assert(sizeof(TSparseDynamicDelegate<void, void, void>) == 0x01);
1514
}

include/UE/U/UObject.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#include "UE/T/TMap.h"
1111
#include "UE/U/UObjectBaseUtility.h"
1212

13-
#define UE_DEFINE_OBJECT(a_package, a_name) \
14-
static constexpr auto UE_PACKAGE{ L##a_package }; \
15-
static constexpr auto UE_NAME{ L##a_name }; \
13+
#define UE_DEFINE_OBJECT(a_package, a_name) \
14+
static constexpr auto UE_PACKAGE{ L##a_package }; \
15+
static constexpr auto UE_NAME{ L##a_name }; \
1616
static constexpr auto UE_CLASS{ L##a_package L"." L##a_name };
1717

1818
namespace UE

0 commit comments

Comments
 (0)