Cleanup: trailing space in source/gameengine/

This commit is contained in:
2018-06-17 17:01:43 +02:00
parent 5513da65b2
commit 4be752a93c
353 changed files with 3730 additions and 3730 deletions

View File

@@ -112,9 +112,9 @@ void Video_open(VideoBase *self, char *file, short captureID)
if (file == NULL) THRWEXCP(SourceVideoEmpty, S_OK);
// open video file or capture device
if (captureID >= 0)
if (captureID >= 0)
self->openCam(file, captureID);
else
else
self->openFile(file);
}