diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-20 18:13:44 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-20 18:13:44 +0100 |
commit | a05be169980f10028c03546aaebe72647611a475 (patch) | |
tree | ecfe5e26ae7a9ca806a681dd6d6f88a883b12a84 /resources/scripts | |
parent | 02919c47ced4f02b17d873906f63e790a2a74dc1 (diff) |
build/grub: fix inconsistent indentation
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/build/module/grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/module/grub b/resources/scripts/build/module/grub index 4d466a68..5cf58a67 100755 --- a/resources/scripts/build/module/grub +++ b/resources/scripts/build/module/grub @@ -3,7 +3,7 @@ # helper script: builds GRUB2 source code # # Copyright (C) 2014, 2015, 2020, 2023 Leah Rowe <info@minifree.org> -# Copyright (C) 2015, 2016 Klemens Nanni <contact@autoboot.org> +# Copyright (C) 2015, 2016 Klemens Nanni <contact@autoboot.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |