- controlapi: whitespace cleanup FileCGI; fix compiler warning

This commit is contained in:
svenhoefer
2016-02-18 16:10:04 +01:00
parent 21fbadaa8f
commit c2c7f08c15
2 changed files with 42 additions and 48 deletions

View File

@@ -33,10 +33,11 @@ private:
std::string type_str;
unsigned char type;
std::string fullname;
bool operator () (FileCGI_List a,FileCGI_List b)
{
return (a.name < b.name);
}
bool operator() (FileCGI_List a, FileCGI_List b)
{
return (a.name < b.name);
}
} fsort;
int rc_send(int ev, unsigned int code, unsigned int value);