Skip to content

Commit

Permalink
kafka: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 75ab52d commit 8f4acd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/kafka/kafka_mod.c
Expand Up @@ -120,7 +120,7 @@ static int child_init(int rank)
{
/* skip child init for non-worker process ranks */
/* if (rank==PROC_INIT || rank==PROC_MAIN || rank==PROC_TCP_MAIN) */
/* We execute kfk_init in PROC_MAIN so it cleans messages, etc right
/* We execute kfk_init in PROC_MAIN so it cleans messages, etc right
when destroying the module. */
if(rank == PROC_INIT || rank == PROC_TCP_MAIN)
return 0;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/kafka/kfk.c
Expand Up @@ -396,7 +396,7 @@ int kfk_conf_parse(char *spec)
/**
* \brief Configure Kafka properties.
*
* \return 0 on success.
* \return 0 on success.
*/
static int kfk_conf_configure()
{
Expand Down

0 comments on commit 8f4acd7

Please sign in to comment.