ScreenTest: style fixes.

This commit is contained in:
Adrien Destugues
2014-12-09 15:17:20 +01:00
parent 77476b38fe
commit dca4966cd6
+6 -6
View File
@@ -20,9 +20,9 @@ int main()
printf("%s\n", strerror(status)); printf("%s\n", strerror(status));
else else
printf("width: %d, height: %d, space: %lu\n", printf("width: %d, height: %d, space: %lu\n",
oldMode.virtual_width, oldMode.virtual_width,
oldMode.virtual_height, oldMode.virtual_height,
oldMode.space); oldMode.space);
printf("Screen frame: "); printf("Screen frame: ");
screen.Frame().PrintToStream(); screen.Frame().PrintToStream();
@@ -42,9 +42,9 @@ int main()
printf("%s\n", strerror(status)); printf("%s\n", strerror(status));
else { else {
printf("width: %d, height: %d, space: %lu\n", printf("width: %d, height: %d, space: %lu\n",
newMode.virtual_width, newMode.virtual_width,
newMode.virtual_height, newMode.virtual_height,
newMode.space); newMode.space);
printf("Screen frame: "); printf("Screen frame: ");
screen.Frame().PrintToStream(); screen.Frame().PrintToStream();
printf("\n"); printf("\n");