- Whitespace fix

This commit is contained in:
HarrievG 2021-05-13 09:16:39 +02:00 committed by Daniel Gibson
parent 46157857b5
commit a8709206d8

View file

@ -87,7 +87,7 @@ appropriate for the file being loaded. If the script cant be compiled
the loading of the script fails
================
*/
bool rvDebuggerScript::Load ( const char* filename)
bool rvDebuggerScript::Load ( const char* filename )
{
void* buffer;
int size;