瀏覽代碼

indentation error

opengl-renderer-broken
Martin Dørum 4 年之前
父節點
當前提交
0725e17589
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      libswan/include/swan/util.h

+ 1
- 1
libswan/include/swan/util.h 查看文件

@@ -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…
取消
儲存