Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 19, 2023
1 parent be52538 commit 6a775b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clib/lib/job_queue/job_node.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <filesystem>
#include <string>

#include <pthread.h>
#include <cstdlib>
#include <pthread.h>
#include <tuple>

#include <ert/logging.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/clib/lib/job_queue/queue_driver.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <ert/util/util.hpp>
#include <ert/job_queue/local_driver.hpp>
#include <ert/job_queue/lsf_driver.hpp>
#include <ert/job_queue/queue_driver.hpp>
#include <ert/job_queue/slurm_driver.hpp>
#include <ert/job_queue/torque_driver.hpp>
#include <ert/util/util.hpp>

/*
This file implements the datatype queue_driver_type which is an
Expand Down

0 comments on commit 6a775b1

Please sign in to comment.