STYLE: consistent '// End namespace' markers

This commit is contained in:
Mark Olesen
2018-04-27 09:51:35 +02:00
parent a9fbaa4b08
commit c0766ce8ea
44 changed files with 85 additions and 101 deletions

View File

@ -135,8 +135,8 @@ public:
void execute(std::istream& is);
};
} // end of namespace Detail
} // end of namespace Foam
} // End namespace Detail
} // End namespace Foam
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -126,8 +126,8 @@ public:
void execute(std::istream& is);
};
} // end of namespace Detail
} // end of namespace Foam
} // End namespace Detail
} // End namespace Foam
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -181,8 +181,8 @@ public:
void execute(std::istream& is);
};
} // end of namespace Detail
} // end of namespace Foam
} // End namespace Detail
} // End namespace Foam
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -49,10 +49,11 @@ namespace Foam
namespace Detail
{
// Forward Declarations
// Forward declarations
class STLAsciiParse;
}
} // End namespace Detail
namespace fileFormats
{