Преглед на файлове

Fixed indentation in C# sample

Petr Onderka преди 4 години
родител
ревизия
b45c7b96db
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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++)