MediaKit: Style fixes

This commit is contained in:
Dario Casalinuovo
2015-08-08 15:25:52 +02:00
parent 659d55b41b
commit 6ca16f31cb
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1261,7 +1261,7 @@ progress_shutdown(int stage,
// parameter "message" is no longer used. It is kept for compatibility with // parameter "message" is no longer used. It is kept for compatibility with
// BeOS as this is used as a shutdown_media_server callback. // BeOS as this is used as a shutdown_media_server callback.
TRACE("stage : %i\n", stage); TRACE("stage : %i \n", stage);
const char* string = "Unknown stage"; const char* string = "Unknown stage";
switch (stage) { switch (stage) {
case 10: case 10:
@@ -1365,7 +1365,7 @@ progress_startup(int stage,
// parameter "message" is no longer used. It is kept for compatibility with // parameter "message" is no longer used. It is kept for compatibility with
// BeOS as this is used as a shutdown_media_server callback. // BeOS as this is used as a shutdown_media_server callback.
TRACE("stage : %i\n", stage); TRACE("stage : %i \n", stage);
const char* string = "Unknown stage"; const char* string = "Unknown stage";
switch (stage) { switch (stage) {
case 10: case 10: