Explorar el Código

Indent properly

Ole hace 10 años
padre
commit
382bd641c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}