shithub: cstory

Download patch

ref: 242aa059204cce3cf40f56e1e3a4ecaf20279a92
parent: 4faf94e9513c9d9438db8a21ca2fd57d9c9dbd28
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 9 00:42:26 EST 2020

Remove some whitespace

--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -817,7 +817,7 @@
 unsigned int GetOrganyaPosition(void)
 {
 	if (!audio_backend_initialised)
-		return 0 ;
+		return 0;
 
 	return PlayPos;
 }
--