pre-commit: Change comment from citra to yuzu

This commit is contained in:
N00byKing 2018-03-26 21:34:19 +02:00 committed by GitHub
parent db7005ca05
commit 9081b88eeb

View file

@ -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"