Indented according to standard indent rules for this project.

This commit is contained in:
skarg
2009-04-18 20:50:04 +00:00
parent b3fab21603
commit b85c4355d0
43 changed files with 501 additions and 502 deletions
+2 -3
View File
@@ -17,11 +17,10 @@
extern "C" {
#endif /* __cplusplus */
void DLL_EXPORT SomeFunction(
const LPCSTR sometext);
void DLL_EXPORT SomeFunction(
const LPCSTR sometext);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif