ScreenTest: style fixes.
This commit is contained in:
@@ -20,9 +20,9 @@ int main()
|
||||
printf("%s\n", strerror(status));
|
||||
else
|
||||
printf("width: %d, height: %d, space: %lu\n",
|
||||
oldMode.virtual_width,
|
||||
oldMode.virtual_height,
|
||||
oldMode.space);
|
||||
oldMode.virtual_width,
|
||||
oldMode.virtual_height,
|
||||
oldMode.space);
|
||||
|
||||
printf("Screen frame: ");
|
||||
screen.Frame().PrintToStream();
|
||||
@@ -42,9 +42,9 @@ int main()
|
||||
printf("%s\n", strerror(status));
|
||||
else {
|
||||
printf("width: %d, height: %d, space: %lu\n",
|
||||
newMode.virtual_width,
|
||||
newMode.virtual_height,
|
||||
newMode.space);
|
||||
newMode.virtual_width,
|
||||
newMode.virtual_height,
|
||||
newMode.space);
|
||||
printf("Screen frame: ");
|
||||
screen.Frame().PrintToStream();
|
||||
printf("\n");
|
||||
|
||||
Reference in New Issue
Block a user