From 9fd6aa1445a8f1e721ba8cdcd1ac12375d6e5a26 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 9 Mar 2007 10:12:17 +0100 Subject: [PATCH] Fixed alignment of the clones list. --- xrandr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.c b/xrandr.c index 5c00d5f..7ffc9d4 100644 --- a/xrandr.c +++ b/xrandr.c @@ -1883,7 +1883,7 @@ main (int argc, char **argv) printf ("\tIdentifier: 0x%x\n", output->output.xid); printf ("\tTimestamp: %d\n", output_info->timestamp); printf ("\tSubpixel: %s\n", order[output_info->subpixel_order]); - printf ("\tClones: "); + printf ("\tClones: "); for (j = 0; j < output_info->nclone; j++) { output_t *clone = find_output_by_xid (output_info->clones[j]); -- 2.32.0.93.g670b81a890