Skip to content

Commit

Permalink
input_chunk: reindent with spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Seonghyeon Cho <[email protected]>
  • Loading branch information
sh-cho committed Dec 26, 2023
1 parent ddc8709 commit 1a37407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/flb_input_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
*/

#define FS_CHUNK_SIZE_DEBUG(op) {flb_trace("[%d] %s -> fs_chunks_size = %zu", \
__LINE__, op->name, op->fs_chunks_size);}
__LINE__, op->name, op->fs_chunks_size);}
#define FS_CHUNK_SIZE_DEBUG_MOD(op, chunk, mod) {flb_trace( \
"[%d] %s -> fs_chunks_size = %zu mod=%zd chunk=%s", __LINE__, \
op->name, op->fs_chunks_size, mod, flb_input_chunk_get_name(chunk));}
"[%d] %s -> fs_chunks_size = %zu mod=%zd chunk=%s", __LINE__, \
op->name, op->fs_chunks_size, mod, flb_input_chunk_get_name(chunk));}

#include <fluent-bit/flb_info.h>
#include <fluent-bit/flb_config.h>
Expand Down Expand Up @@ -507,7 +507,7 @@ int flb_input_chunk_has_overlimit_routes(struct flb_input_chunk *ic,
*/
int flb_input_chunk_place_new_chunk(struct flb_input_chunk *ic, size_t chunk_size)
{
int overlimit;
int overlimit;
struct flb_input_instance *i_ins = ic->in;

if (i_ins->storage_type == CIO_STORE_FS) {
Expand Down

0 comments on commit 1a37407

Please sign in to comment.