mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- controlapi: whitespace cleanup FileCGI; fix compiler warning
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user