sys-boot/udk: use ASCII whitespace

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-12-30 22:55:40 +00:00
parent 480d0f1546
commit a146f0815d
2 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ src_install() {
}
##
# Parameters :
# Parameters:
# 1 - Path where to search for source files.
# 2 - Path where source files must be copied.
copySourceFiles() {
@@ -175,7 +175,7 @@ copySourceFiles() {
}
##
# Parameters :
# Parameters:
# 1 - Path of the file to create.
# 2 - Name of the module.
# 3 - Path of the generated Makefile.

View File

@@ -171,7 +171,7 @@ src_install() {
}
##
# Parameters :
# Parameters:
# 1 - Path where to search for source files.
# 2 - Path where source files must be copied.
copySourceFiles() {
@@ -184,7 +184,7 @@ copySourceFiles() {
}
##
# Parameters :
# Parameters:
# 1 - Path of the file to create.
# 2 - Name of the module.
# 3 - Path of the generated Makefile.