mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
controlapi: whitespace cleanup FileCGI; fix compiler warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: c2c7f08c15
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Origin message was:
------------------
- controlapi: whitespace cleanup FileCGI; fix compiler warning
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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