diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-30 22:55:40 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-30 22:55:40 +0000 |
commit | a146f0815d76cbcfecb1ade2d470ad1adcb63ee6 (patch) | |
tree | bd55bfb2ad4a7e66943eae1c4cded2be3cae8d23 /sys-boot | |
parent | sci-chemistry/xyza2pipe: use ASCII whitespace (diff) | |
download | gentoo-a146f0815d76cbcfecb1ade2d470ad1adcb63ee6.tar.gz gentoo-a146f0815d76cbcfecb1ade2d470ad1adcb63ee6.tar.bz2 gentoo-a146f0815d76cbcfecb1ade2d470ad1adcb63ee6.zip |
sys-boot/udk: use ASCII whitespace
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/udk/udk-2015-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/udk/udk-2018.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-boot/udk/udk-2015-r1.ebuild b/sys-boot/udk/udk-2015-r1.ebuild index fbb8ad18187d..ec568865288f 100644 --- a/sys-boot/udk/udk-2015-r1.ebuild +++ b/sys-boot/udk/udk-2015-r1.ebuild @@ -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. diff --git a/sys-boot/udk/udk-2018.ebuild b/sys-boot/udk/udk-2018.ebuild index d89fdb55e27f..66b0fc8e9e9c 100644 --- a/sys-boot/udk/udk-2018.ebuild +++ b/sys-boot/udk/udk-2018.ebuild @@ -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. |