From 9a8ef38be8c680a089c634c3d156ae9861dba59f Mon Sep 17 00:00:00 2001 From: Johannes Helmold Date: Mon, 28 Oct 2024 15:18:52 +0100 Subject: [PATCH] Amended some formatting. --- util/cpeutils_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/cpeutils_tests.c b/util/cpeutils_tests.c index 8b9092f3..4f42e55c 100644 --- a/util/cpeutils_tests.c +++ b/util/cpeutils_tests.c @@ -230,8 +230,8 @@ Ensure (cpeutils, fs_cpe_to_uri_cpe) "cpe:/a:hp:insight_diagnostics:7.4.0.1570:-:~~online~win%3A2003~x64~")); g_free (uri_cpe); - fs_cpe = - "cpe:2.3:a:hp:insight_diagnostics:7.4.0.1570:-:*:*:online:win2003\\\\:x64:*"; + fs_cpe = "cpe:2.3:a:hp:insight_diagnostics:7.4.0.1570:-:*:*:online:" + "win2003\\\\:x64:*"; uri_cpe = fs_cpe_to_uri_cpe (fs_cpe); assert_that ( uri_cpe,