Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Mar 28, 2015
1 parent d9be157 commit bb24511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maclocker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ static void Main(string[] args)
}
}
else
{
{
FinishUp();
return;
}
}
}

Console.Write("Adding recovery key:\t\t\t");
Expand Down

3 comments on commit bb24511

@sunlee010
Copy link

@sunlee010 sunlee010 commented on bb24511 Nov 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi ,

How to use this code..please suggest!

Sunlee

@bviktor
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The utility prints the help upon running, as shown in the readme.

@bviktor
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check this tutorial out:

FileVault with Active Directory

Please sign in to comment.