STYLE: Replace tabs by 4 spaces in bin, tutorials, src, ... & clean-up by hand
This commit is contained in:
parent
db5b22a978
commit
a9ef31fa39
11 changed files with 107 additions and 109 deletions
|
@ -86,9 +86,7 @@ class profilingPool
|
|||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
profilingPool(
|
||||
const profilingPool&
|
||||
);
|
||||
profilingPool(const profilingPool&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
void operator=(const profilingPool&);
|
||||
|
@ -103,7 +101,8 @@ class profilingPool
|
|||
// Constructors
|
||||
|
||||
//- Construct null
|
||||
profilingPool(
|
||||
profilingPool
|
||||
(
|
||||
const IOobject&,
|
||||
const Time&
|
||||
);
|
||||
|
@ -142,14 +141,13 @@ class profilingPool
|
|||
|
||||
protected:
|
||||
|
||||
static void initProfiling(
|
||||
static void initProfiling
|
||||
(
|
||||
const IOobject&,
|
||||
const Time&
|
||||
);
|
||||
|
||||
static void stopProfiling(
|
||||
const Time&
|
||||
);
|
||||
static void stopProfiling(const Time&);
|
||||
|
||||
public:
|
||||
|
||||
|
|
Reference in a new issue