runtime: Fix whitespace in collect script

Remove extraneous whitespace from the `kata-collect-data.sh` script.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2020-06-01 10:30:59 +01:00
parent e5f5bc2278
commit 04eced50ad

View File

@ -184,7 +184,7 @@ show_runtime_configs()
local configs config
heading "Runtime config files"
configs=$($runtime --@PROJECT_TYPE@-show-default-config-paths)
if [ $? -ne 0 ]; then
version=$($runtime --version|tr '\n' ' ')
@ -624,7 +624,7 @@ show_image_details()
{
local image
local details
image=$(get_image_file)
heading "Image details"
@ -646,7 +646,7 @@ show_initrd_details()
{
local initrd
local details
initrd=$(get_initrd_file)
heading "Initrd details"