Skip to content

Commit 3e1ff63

Browse files
author
Steffen Larsen
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent d692078 commit 3e1ff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/utils/libclc-remangler/LibclcRemangler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class DefaultAllocator {
139139
public:
140140
void reset() { Alloc.reset(); }
141141

142-
template <typename T, typename... Args> T *makeNode(Args &&...args) {
142+
template <typename T, typename... Args> T *makeNode(Args &&... args) {
143143
return new (Alloc.allocate(sizeof(T))) T(std::forward<Args>(args)...);
144144
}
145145

0 commit comments

Comments
 (0)