Skip to content

Commit 9b1bf17

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent 52b44b4 commit 9b1bf17

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

include/UE/T/TBaseDynamicDelegate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ namespace UE
99
public TScriptDelegate<InThreadSafetyMode>
1010
{
1111
public:
12-
1312
};
1413
}

include/UE/T/TDelegate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ namespace UE
1515
public P::FDelegateExtras
1616
{
1717
public:
18-
1918
};
2019
}

include/UE/T/TFunction.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ namespace UE::Core::Private::Function
3333
TFunctionRefBase() = default;
3434

3535
// members
36-
R (*callable)(void*, Args&...){ nullptr };
36+
R (*callable)
37+
(void*, Args&...){ nullptr };
3738
S storage;
3839
};
3940
}

include/UE/T/TNamePoolShard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ namespace UE
1010
public FNamePoolShardBase
1111
{
1212
public:
13-
1413
};
1514
static_assert(sizeof(TNamePoolShard<ENameCase::IgnoreCase>) == 0x40);
1615
}

0 commit comments

Comments
 (0)