diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-16 08:10:18 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-16 08:10:18 +0100 |
commit | 0b704b7ce9437e7769f561401518fc8320db37de (patch) | |
tree | 320af84b21c940ee78f84f176e19ef41d368fbd3 /BS/support/common.h | |
parent | 4072fd2debd280cfa3401e193cf5ecc23a1dd4f3 (diff) |
BS: dos2unix; indent -linux
Diffstat (limited to 'BS/support/common.h')
-rwxr-xr-x | BS/support/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BS/support/common.h b/BS/support/common.h index dbd050c..54adc39 100755 --- a/BS/support/common.h +++ b/BS/support/common.h @@ -38,7 +38,7 @@ typedef struct { // Structures used by both the host and the dpu to communicate information typedef struct { - DTYPE found; + DTYPE found; } dpu_results_t; #ifndef ENERGY |