aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorN00byKing <[email protected]>2018-03-26 21:34:19 +0200
committerGitHub <[email protected]>2018-03-26 21:34:19 +0200
commitb326369704ae2b7305d9a3e0f7a95af06efcb606 (patch)
tree9efef898607124e361f828c1e9013251cfcd1330
parent8c8da93693ca9ad7149fc52a842388e3501ff448 (diff)
downloadyuzu-android-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.gz
yuzu-android-b326369704ae2b7305d9a3e0f7a95af06efcb606.zip
pre-commit: Change comment from citra to yuzu
-rwxr-xr-xhooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
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"