Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: fix "Malformed whitespace in C++" spotted by codefactor.io.
[simgrid.git] / src / instr / instr_paje_containers.hpp
index 17241ef..952f7d9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -19,6 +19,7 @@ class VariableType;
 class Container {
   long long int id_;
   std::string name_; /* Unique name of this container */
+
 public:
   Container(const std::string& name, const std::string& type_name, Container* father);
   Container(const Container&) = delete;