mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent '// End namespace' markers
This commit is contained in:
@ -135,8 +135,8 @@ public:
|
||||
void execute(std::istream& is);
|
||||
};
|
||||
|
||||
} // end of namespace Detail
|
||||
} // end of namespace Foam
|
||||
} // End namespace Detail
|
||||
} // End namespace Foam
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
@ -126,8 +126,8 @@ public:
|
||||
void execute(std::istream& is);
|
||||
};
|
||||
|
||||
} // end of namespace Detail
|
||||
} // end of namespace Foam
|
||||
} // End namespace Detail
|
||||
} // End namespace Foam
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
@ -181,8 +181,8 @@ public:
|
||||
void execute(std::istream& is);
|
||||
};
|
||||
|
||||
} // end of namespace Detail
|
||||
} // end of namespace Foam
|
||||
} // End namespace Detail
|
||||
} // End namespace Foam
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
@ -49,10 +49,11 @@ namespace Foam
|
||||
namespace Detail
|
||||
{
|
||||
|
||||
// Forward Declarations
|
||||
// Forward declarations
|
||||
class STLAsciiParse;
|
||||
|
||||
}
|
||||
} // End namespace Detail
|
||||
|
||||
|
||||
namespace fileFormats
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user