소스 검색

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