mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use compact form for libs () entries
This commit is contained in:
@ -19,7 +19,7 @@ FoamFile
|
||||
type runTimePostProcessing;
|
||||
|
||||
// Where to load it from
|
||||
libs ("runTimePostProcessing");
|
||||
libs (runTimePostProcessing);
|
||||
|
||||
// Function object enabled flag
|
||||
enabled true;
|
||||
|
||||
Reference in New Issue
Block a user