STYLE: remove trailing ';' after '{ ... }' compound

This commit is contained in:
Mark Olesen
2010-12-30 17:50:47 +01:00
parent 4148c975f9
commit a78fa5add5
49 changed files with 69 additions and 73 deletions

View File

@ -35,7 +35,7 @@ namespace Foam
{
typedef graph::writer graphWriter;
addToRunTimeSelectionTable(graphWriter, gnuplotGraph, word);
};
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //