From a62475593ae2227f175b83ee517559de00d49c55 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 27 Jan 2024 12:26:35 +0900 Subject: [PATCH] Replace CRLF by LF ... because LF is commonly used as newline code. Change-Id: Ie7a324f14480e68e89f5f673c023fc15f574062e --- etc/oslo-config-generator/glance-image-import.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/oslo-config-generator/glance-image-import.conf b/etc/oslo-config-generator/glance-image-import.conf index 36b0dfdf57..70ddb9179a 100644 --- a/etc/oslo-config-generator/glance-image-import.conf +++ b/etc/oslo-config-generator/glance-image-import.conf @@ -1,4 +1,4 @@ -[DEFAULT] -wrap_width = 80 -output_file = etc/glance-image-import.conf.sample +[DEFAULT] +wrap_width = 80 +output_file = etc/glance-image-import.conf.sample namespace = glance \ No newline at end of file