[x11_with_sync] fix indentation on comments

main
Allen Webster 2026-02-19 09:54:47 -08:00
parent c6b9893340
commit 4062a1ec10
1 changed files with 6 additions and 6 deletions

View File

@ -36,9 +36,9 @@ int main(int argc, char **argv){
} }
/* (2) XSyncQueryExtension /* (2) XSyncQueryExtension
** " If display supports the SYNC extension, XSyncQueryExtension ** " If display supports the SYNC extension, XSyncQueryExtension
** returns True " ** returns True "
*/ */
int event_base = 0; int event_base = 0;
int error_base = 0; int error_base = 0;
Status has_sync_ext = 0; Status has_sync_ext = 0;
@ -50,9 +50,9 @@ int main(int argc, char **argv){
} }
/* (2) XSyncInitialize /* (2) XSyncInitialize
** " If display supports the SYNC extension, XSyncQueryExtension ** " If display supports the SYNC extension, XSyncQueryExtension
** returns True " ** returns True "
*/ */
int server_event_base = 0; int server_event_base = 0;
int server_error_base = 0; int server_error_base = 0;
Status sync_init = 0; Status sync_init = 0;