Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini1 committed May 13, 2024
1 parent 12497be commit 8c4d5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/collectors/sht41_clctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "collectors.h"
#include "sensor_api.h"

/**
/**
* Collector thread for the SHT41 sensor.
* @param args Arguments in the form of `collector_args_t`
* @return The error `errno_t` which caused the thread to exit, encoded as a pointer.
Expand Down
2 changes: 1 addition & 1 deletion src/collectors/sysclock_clctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stdio.h>
#include <time.h>

/**
/**
* Collector thread for the system clock.
* @param args Arguments in the form of `collector_args_t`
* @return The error `errno_t` which caused the thread to exit, encoded as a pointer.
Expand Down

0 comments on commit 8c4d5c6

Please sign in to comment.