shithub: cstory

Download patch

ref: 7013c28e2682641cd9c2b33b62ca67f09ce8ce7e
parent: 55972458657942dbb2b255918532dd7bbfe3fa6d
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Oct 11 10:27:10 EDT 2020

Remove an unnecessary newline

--- a/src/Backends/Audio/SoftwareMixer/miniaudio.cpp
+++ b/src/Backends/Audio/SoftwareMixer/miniaudio.cpp
@@ -114,7 +114,6 @@
 		Backend_PrintError("Failed to initialize context: %s", ma_result_description(return_value));
 	}
 
-
 	return 0;
 }