Skip to content

Commit

Permalink
code | Concatenate nested namespaces.
Browse files Browse the repository at this point in the history
Reviewed By: pixelperfect3

Differential Revision: D69813126

fbshipit-source-id: 4b17d2d37245dfaadcbcffb4648473551d342f8c
  • Loading branch information
nlutsenko authored and facebook-github-bot committed Feb 19, 2025
1 parent f254fd2 commit f2006ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/igl/opengl/egl/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

#include <igl/opengl/IContext.h>

namespace igl {
namespace opengl::egl {
namespace igl::opengl::egl {

class Context final : public IContext {
public:
Expand Down Expand Up @@ -108,5 +107,4 @@ class Context final : public IContext {
std::shared_ptr<std::vector<EGLContext>> sharegroup_;
};

} // namespace opengl::egl
} // namespace igl
} // namespace igl::opengl::egl

0 comments on commit f2006ba

Please sign in to comment.