comparison paste.h @ 29:f3ba621ab51f

misc: style
author David Demelier <markand@malikania.fr>
date Sun, 09 Feb 2020 11:16:21 +0100
parents 75cfe3795de3
children 48834441dc86
comparison
equal deleted inserted replaced
28:367ff392ae62 29:f3ba621ab51f
42 bool visible; 42 bool visible;
43 long long int duration; 43 long long int duration;
44 }; 44 };
45 45
46 void 46 void
47 paste_finish(struct paste *paste); 47 paste_finish(struct paste *);
48 48
49 #endif /* !PASTER_PASTE_H */ 49 #endif /* !PASTER_PASTE_H */