浏览代码

pre-commit: Change comment from citra to yuzu

N00byKing 8 年之前
父节点
当前提交
b326369704
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hooks/pre-commit

+ 1 - 1
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"