Apply formatting for stubs
All checks were successful
CI / Check spelling (pull_request) Successful in 16s
CI / Check coding style (pull_request) Successful in 29s
CI / Linux (ubuntu) (pull_request) Successful in 10m9s
CI / Linux (debian) (pull_request) Successful in 11m49s
CI / Linux (fedora) (pull_request) Successful in 14m12s
CI / Linux (arch) (pull_request) Successful in 14m55s

This commit is contained in:
2025-06-20 19:40:19 +02:00
parent ddc4290c99
commit 5d321a9030
7 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ aesgcm_file_get(void* userdata)
return NULL;
};
void aesgcm_download_cancel_processes(ProfWin* window){};
void aesgcm_download_add_download(AESGCMDownload* download){};
void aesgcm_download_cancel_processes(ProfWin* window) {};
void aesgcm_download_add_download(AESGCMDownload* download) {};
#endif

View File

@@ -27,7 +27,7 @@ http_file_get(void* userdata)
return NULL;
}
void http_download_cancel_processes(){};
void http_download_add_download(){};
void http_download_cancel_processes() {};
void http_download_add_download() {};
#endif

View File

@@ -38,7 +38,7 @@ file_size(int filedes)
return 0;
}
void http_upload_cancel_processes(){};
void http_upload_add_upload(){};
void http_upload_cancel_processes() {};
void http_upload_add_upload() {};
#endif