Skip to content

Commit

Permalink
Remove whitespace to cause new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gut committed Apr 6, 2019
1 parent 8ba0507 commit ec0b765
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ class Program
{
static void Main(string[] args)
{

#if DEBUG
args = new string[] { "/e", @"C:\temp\media" };
//args = new string[] { "/d", @"C:\temp\media\CRY" };
#endif

if (args.Length == 0 || args.Contains("/?"))
{
ShowHelp();
Expand Down

0 comments on commit ec0b765

Please sign in to comment.