Skip to content

Commit 2c530c3

Browse files
committed
clang format compliance
1 parent 435a064 commit 2c530c3

File tree

1 file changed

+1
-1
lines changed
  • crates/cxx-qt-lib-headers/include

1 file changed

+1
-1
lines changed

crates/cxx-qt-lib-headers/include/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ template<typename T, typename... Args>
107107
T*
108108
new_ptr(Args... args)
109109
{
110-
return new T(std::forward<Args>(args)...);
110+
return new T(std::forward<Args>(args)...);
111111
}
112112

113113
} // namespace cxxqtlib1

0 commit comments

Comments
 (0)