mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
This commit is contained in:
@@ -47,10 +47,7 @@ public:
|
||||
/// This method is supposed to read whatever more data that is available on the socket connection, and return true
|
||||
/// if it was able to read all the data. If not all the data was available, it must return false, so that the
|
||||
/// RiaSocketServer will call this method again when more data becomes available.
|
||||
virtual bool interpretMore( RiaSocketServer* server, QTcpSocket* currentClient )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
virtual bool interpretMore( RiaSocketServer* server, QTcpSocket* currentClient ) { return true; }
|
||||
};
|
||||
|
||||
#include "cafFactory.h"
|
||||
|
||||
Reference in New Issue
Block a user