ソースを参照

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;
 		}