Browse Source

indentation error

opengl-renderer-broken
Martin Dørum 4 years ago
parent
commit
0725e17589
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libswan/include/swan/util.h

+ 1
- 1
libswan/include/swan/util.h View File

@@ -12,7 +12,7 @@ using RaiiPtr = std::unique_ptr<T, Del>;

template<typename T, typename Del>
RaiiPtr<T, Del> makeRaiiPtr(T *val, Del d) {
return std::unique_ptr<T, Del>(val, d);
return std::unique_ptr<T, Del>(val, d);
}

template<typename Func>

Loading…
Cancel
Save