Cleanup bad whitespace

Introduced in commit e6ac87f5f1.
This commit is contained in:
Travis Cross 2014-05-21 17:25:32 +00:00
parent e6ac87f5f1
commit d0ce18885c
1 changed files with 2 additions and 2 deletions

View File

@ -415,8 +415,8 @@ TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cm
} }
do { do {
#if (_MSC_VER == 1600) #if (_MSC_VER == 1600)
if (!p) { if (!p) {
break; break;
} }
#endif #endif
if ((next = strchr(p, ',')) != 0) { if ((next = strchr(p, ',')) != 0) {