diff options
author | rafa_99 <raroma09@gmail.com> | 2021-09-05 14:36:06 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-09-05 14:36:06 +0100 |
commit | 62879b76d365c5c7d03b76aeab89f99722ab36a1 (patch) | |
tree | 37d02e06708db65ab0de9aded45c814114d47ba1 /include | |
parent | 694389dace8f39ac5add7f9b4305a172c6995fdf (diff) |
Fixed up some indentations
Diffstat (limited to 'include')
-rw-r--r-- | include/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video.h b/include/video.h index 7649e3f..5156600 100644 --- a/include/video.h +++ b/include/video.h @@ -2,7 +2,7 @@ typedef struct video { - char *title, *author, *id, *duration; + char *title, *author, *id, *duration; } Video; Video createVideo (char *title, char *author, char *id, char *duration); |