Remove confusing statement

This commit is contained in:
Anton Kochkov 2015-09-02 21:28:45 +03:00
parent 606b0d1430
commit 2e8baf4233
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Syntax coding style guidelines
==============================
* Tabs are used for indentation. They are 8 chars. In a switch statement, the
* Tabs are used for indentation. In a switch statement, the
cases are indentend at the switch level.
```