aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.h')
-rw-r--r--manifest.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifest.h b/manifest.h
index 5588535..89bdeb0 100644
--- a/manifest.h
+++ b/manifest.h
@@ -1,7 +1,7 @@
-struct manifest {
- const char *type;
- const char *dat_file;
- const char *bin_file;
- const char *dfu_version;
+struct manifest
+{
+ const char *type;
+ const char *dat_file;
+ const char *bin_file;
+ const char *dfu_version;
};
-