Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use operator= to copy std::vector.
[simgrid.git] / src / mc / inspect / DwarfExpression.cpp
index c0c6a3eb9c3038ffb4ab03c6535193d1d3bc8fba..c8e01de73935cab675d03c9801e71d760aa173c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2014-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. */
@@ -28,9 +28,7 @@ void execute(const Dwarf_Op* ops, std::size_t n, const ExpressionContext& contex
     intptr_t second;
 
     switch (atom) {
-
         // Registers:
-
       case DW_OP_breg0:
       case DW_OP_breg1:
       case DW_OP_breg2: