Procházet zdrojové kódy

Fixed indentation in C# sample

Petr Onderka před 4 roky
rodič
revize
b45c7b96db
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      website/index/samples/sample.csharp.txt

+ 1 - 1
website/index/samples/sample.csharp.txt

@@ -12,7 +12,7 @@ namespace VS
 	class Program
 	{
 		static void Main(string[] args)
-    		{
+		{
 			bool isPrime = true;
 			Console.WriteLine("Prime Numbers : ");
 			for (int i = 2; i <= 100; i++)