Skip to content

Commit 928e93a

Browse files
Fix my own Frontline Proactive sample comment spacing because it was bothering me so much I couldn't go to bed (#363)
1 parent 75517a5 commit 928e93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BinaryObjectScanner/Protection/StarForce.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public class StarForce : IExecutableCheck<PortableExecutable>, IPathCheck
5454
return $"StarForce {pex.GetInternalVersion()}";
5555

5656
// FrontLine ProActive (digital activation), samples:
57-
//https://dbox.tools/titles/pc/46450FA4/
58-
//https://dbox.tools/titles/pc/4F430FA0/
59-
//https://dbox.tools/titles/pc/53450FA1/
57+
// https://dbox.tools/titles/pc/46450FA4/
58+
// https://dbox.tools/titles/pc/4F430FA0/
59+
// https://dbox.tools/titles/pc/53450FA1/
6060
name = pex.GetVersionInfoString(key: "TradeName");
6161
if (name.OptionalContains("FL ProActive"))
6262
return $"FrontLine ProActive";

0 commit comments

Comments
 (0)