Skip to content

Commit c58ac68

Browse files
committed
invert ternary
1 parent aca7c02 commit c58ac68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12585,7 +12585,7 @@ struct VM {
1258512585
addition +
1258612586
hardener +
1258712587
brand_tmp +
12588-
(brand_tmp == brands::HYPERV_ARTIFACT ? " VM" : "");
12588+
(brand_tmp == brands::HYPERV_ARTIFACT ? "" : " VM");
1258912589

1259012590
memo::conclusion::store(result.c_str());
1259112591

0 commit comments

Comments
 (0)