diff options
| author | 2018-03-26 21:34:19 +0200 | |
|---|---|---|
| committer | 2018-03-26 21:34:19 +0200 | |
| commit | b326369704ae2b7305d9a3e0f7a95af06efcb606 (patch) | |
| tree | 9efef898607124e361f828c1e9013251cfcd1330 /hooks/pre-commit | |
| parent | Merge pull request #280 from bunnei/misc-service-fixes (diff) | |
| download | yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.gz yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.tar.xz yuzu-b326369704ae2b7305d9a3e0f7a95af06efcb606.zip | |
pre-commit: Change comment from citra to yuzu
Diffstat (limited to '')
| -rwxr-xr-x | hooks/pre-commit | 2 |
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 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Enforce citra's whitespace policy | 3 | # Enforce yuzu's whitespace policy |
| 4 | git config --local core.whitespace tab-in-indent,trailing-space | 4 | git config --local core.whitespace tab-in-indent,trailing-space |
| 5 | 5 | ||
| 6 | paths_to_check="src/ CMakeLists.txt" | 6 | paths_to_check="src/ CMakeLists.txt" |