aboutsummaryrefslogtreecommitdiff
path: root/ui/vgafont.h
AgeCommit message (Collapse)AuthorFilesLines
2022-11-08ui: fix tab indentationAmarjargal Gundjalam1-4607/+4607
The TABs should be replaced with spaces, to make sure that we have a consistent coding style with an indentation of 4 spaces everywhere. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/370 Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Amarjargal Gundjalam <amarjargal16@gmail.com> Message-Id: <9a0d0718aafaa52029fad76a149f3200b6bba0dd.1666707782.git.amarjargal16@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-0/+4611
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>