From b68dcc072d3f8f3bee2a7ae7dfb99844677dc2a9 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Thu, 15 Mar 2012 10:37:07 +0000 Subject: [PATCH] sdl: doc typo fix --- STYLE-GUIDELINES-SDL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE-GUIDELINES-SDL.md b/STYLE-GUIDELINES-SDL.md index ae40a1c2..3eac9546 100644 --- a/STYLE-GUIDELINES-SDL.md +++ b/STYLE-GUIDELINES-SDL.md @@ -2,7 +2,7 @@ FceuX-SDL Style Guidelines ========================= Background ---------- -While you may think having style guidelines specific to a directory in a sourcetree is outrageous, fceuX has a unique elaborate history of the code. I (prg318) have ressurected the majority of the SDL port code and tried to keep some aspects of the style consistant (although not many aspects were that consistent to begin with due to the amount of different people who have contributed to this codebase). The SDL port alone consists of over 8,000 lines of C++ code, much of which is compliant to these guidelines so please use this guidelines when going forth and writing code in src/drivers/sdl. *Following these simple rules will make it a lot easeier for the developers to accept your patch.* +While you may think having style guidelines specific to a directory in a sourcetree is outrageous, fceuX has a unique elaborate history of the code. I (prg318) have ressurected the majority of the SDL port code and tried to keep some aspects of the style consistant (although not many aspects were that consistent to begin with due to the amount of different people who have contributed to this codebase). The SDL port alone consists of over 8,000 lines of C++ code, much of which is compliant to these guidelines so please use this guidelines when going forth and writing code in src/drivers/sdl. *Following these simple rules will make it a lot easier for the developers to accept your patch.* Tabs ----