From b326369704ae2b7305d9a3e0f7a95af06efcb606 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Mon, 26 Mar 2018 21:34:19 +0200 Subject: pre-commit: Change comment from citra to yuzu --- hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/pre-commit b/hooks/pre-commit index 098a99216..e376ed4d8 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -1,6 +1,6 @@ #!/bin/sh -# Enforce citra's whitespace policy +# Enforce yuzu's whitespace policy git config --local core.whitespace tab-in-indent,trailing-space paths_to_check="src/ CMakeLists.txt" -- cgit v1.2.3