Skip to content

Commit

Permalink
chore: apply clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed May 24, 2024
1 parent fd6c0fd commit 962d165
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/v/cluster/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include "model/timestamp.h"
#include "reflection/adl.h"
#include "security/acl.h"
#include "utils/tristate.h"
#include "utils/to_string.h"
#include "utils/tristate.h"

#include <seastar/core/chunked_fifo.hh>
#include <seastar/core/sstring.hh>
Expand Down
2 changes: 1 addition & 1 deletion src/v/container/tests/bench_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* by the Apache License, Version 2.0
*/
#pragma once
#include "base/type_traits.h"
#include "random/generators.h"
#include "utils/functional.h"
#include "base/type_traits.h"

#include <seastar/testing/perf_tests.hh>

Expand Down
2 changes: 1 addition & 1 deletion src/v/container/tests/vector_bench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
* by the Apache License, Version 2.0
*/

#include "base/type_traits.h"
#include "container/fragmented_vector.h"
#include "container/tests/bench_utils.h"
#include "random/generators.h"
#include "utils/functional.h"
#include "base/type_traits.h"

#include <seastar/testing/perf_tests.hh>

Expand Down
2 changes: 1 addition & 1 deletion src/v/kafka/server/handlers/describe_configs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "kafka/server/handlers/describe_configs.h"

#include "base/type_traits.h"
#include "cluster/metadata_cache.h"
#include "cluster/types.h"
#include "config/configuration.h"
Expand All @@ -28,7 +29,6 @@
#include "reflection/type_traits.h"
#include "security/acl.h"
#include "ssx/sformat.h"
#include "base/type_traits.h"

#include <seastar/core/do_with.hh>
#include <seastar/core/smp.hh>
Expand Down
2 changes: 1 addition & 1 deletion src/v/redpanda/admin/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#pragma once

#include "base/seastarx.h"
#include "base/type_traits.h"
#include "cloud_storage/fwd.h"
#include "cluster/fwd.h"
#include "cluster/tx_gateway_frontend.h"
Expand All @@ -32,7 +33,6 @@
#include "security/types.h"
#include "storage/node.h"
#include "transform/fwd.h"
#include "base/type_traits.h"

#include <seastar/core/do_with.hh>
#include <seastar/core/scheduling.hh>
Expand Down
2 changes: 1 addition & 1 deletion src/v/reflection/type_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include "base/seastarx.h"
#include "base/type_traits.h"
#include "container/fragmented_vector.h"
#include "utils/tristate.h"
#include "utils/named_type.h"
#include "utils/tristate.h"

#include <seastar/core/chunked_fifo.hh>
#include <seastar/core/circular_buffer.hh>
Expand Down
2 changes: 1 addition & 1 deletion src/v/serde/rw/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

#pragma once

#include "base/type_traits.h"
#include "serde/logger.h"
#include "serde/rw/rw.h"
#include "base/type_traits.h"

#include <chrono>

Expand Down
2 changes: 1 addition & 1 deletion src/v/transform/rpc/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "transform/rpc/client.h"

#include "base/type_traits.h"
#include "cluster/errc.h"
#include "cluster/types.h"
#include "config/configuration.h"
Expand All @@ -28,7 +29,6 @@
#include "transform/rpc/deps.h"
#include "transform/rpc/rpc_service.h"
#include "transform/rpc/serde.h"
#include "base/type_traits.h"

#include <seastar/core/abort_source.hh>
#include <seastar/core/chunked_fifo.hh>
Expand Down
2 changes: 1 addition & 1 deletion src/v/wasm/ffi.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

#pragma once

#include "base/type_traits.h"
#include "base/vassert.h"
#include "bytes/bytes.h"
#include "bytes/iobuf.h"
#include "reflection/type_traits.h"
#include "utils/named_type.h"
#include "base/type_traits.h"

#include <cstdint>
#include <span>
Expand Down
2 changes: 1 addition & 1 deletion src/v/wasm/tests/wasm_probe_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* by the Apache License, Version 2.0
*/

#include "base/type_traits.h"
#include "base/units.h"
#include "gmock/gmock.h"
#include "metrics/metrics.h"
#include "base/type_traits.h"
#include "wasm/logger.h"

#include <seastar/core/metrics.hh>
Expand Down

0 comments on commit 962d165

Please sign in to comment.