summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2021-12-05 23:52:38 -0800
committerGravatar bunnei2021-12-06 16:39:18 -0800
commit3f8eb44e7d9c5ec97cf7c032f92ed3fa34b5ebaa (patch)
tree0b91821df3664dbafa6d071980e287146569d18a /src
parenthle: kernel: k_condition_variable: Revert unnecessary style changes. (diff)
downloadyuzu-3f8eb44e7d9c5ec97cf7c032f92ed3fa34b5ebaa.tar.gz
yuzu-3f8eb44e7d9c5ec97cf7c032f92ed3fa34b5ebaa.tar.xz
yuzu-3f8eb44e7d9c5ec97cf7c032f92ed3fa34b5ebaa.zip
hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes.
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/k_light_condition_variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_light_condition_variable.h b/src/core/hle/kernel/k_light_condition_variable.h
index 65d3bc3e1..5d6d7f128 100644
--- a/src/core/hle/kernel/k_light_condition_variable.h
+++ b/src/core/hle/kernel/k_light_condition_variable.h
@@ -1,4 +1,4 @@
1// Copyright 2021 yuzu Emulator Project 1// Copyright 2020 yuzu Emulator Project
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4