genesys: remove some whitespace that kills the CI pipeline

merge-requests/880/head
Ralph Little 2025-07-09 18:40:40 -07:00
rodzic 97cd6ceca0
commit a2b26c88a8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -218,7 +218,7 @@ void write_tiff_file(const std::string& filename, const void* data, int depth, i
#else
(void)data;
(void)filename;
dbg.log(DBG_error, "Backend has been built without TIFF library support. "
"Debug images will not be saved");
#endif