diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 1c1e762..0ca781d 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -22,7 +22,6 @@ int main() { thread mv(command); usleep(30 * 1000 * 1000); mv.join(); // Wacht tot de command-thread klaar is - } // Functie om commando's van de gebruiker te verwerken diff --git a/src/Python/flask/web/templates/index.html b/src/Python/flask/web/templates/index.html index b824f80..c32b2d8 100644 --- a/src/Python/flask/web/templates/index.html +++ b/src/Python/flask/web/templates/index.html @@ -1,19 +1,16 @@ -{%extends 'base.html'%} - -{%block head%} - -{%endblock%} - -{%block content%} +{%extends 'base.html'%} {%block head%} {%endblock%} {%block content%}