Skip to content

Commit

Permalink
Amended some formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelmold committed Oct 28, 2024
1 parent dc00cfc commit 9a8ef38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/cpeutils_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a8ef38

Please sign in to comment.