Fixed include; checked identation using astyle.sh

This commit is contained in:
Stefan Pascal 2019-09-15 23:00:22 +03:00 committed by Nyall Dawson
parent bd8a7164cb
commit ca56926dfe

View File

@ -26,6 +26,7 @@
#include <fcgi_stdio.h>
#include <cstdlib>
#include <QFontDatabase>
#include <QString>
int fcgi_accept()
@ -71,7 +72,7 @@ int main( int argc, char *argv[] )
// When using FCGI with IIS, environment variables (QT_QPA_FONTDIR in this case) are lost after fcgi_accept().
QFontDatabase fontDB;
#endif
// Starts FCGI loop
while ( fcgi_accept() >= 0 )
{