浏览代码

Indent properly

Ole 10 年之前
父节点
当前提交
382bd641c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/luwra/stack.hpp

+ 1 - 1
lib/luwra/stack.hpp

@@ -158,7 +158,7 @@ namespace internal {
 				state,
 				n,
 				std::forward<F>(hook),
-						std::forward<X>(args)...
+				std::forward<X>(args)...
 			);
 			return 0;
 		}