diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:03:09 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:09:14 +0100 |
| commit | 4e75549e7bd8b0ea032cf279066d0fac09577067 (patch) | |
| tree | d624dee7f9e58a9694328753f884cb6099324d7f /FL | |
| parent | fb00fb3d66d01613a1284090608db82424d83b0d (diff) | |
Update dependencies and fix whitespace errors
- replace tabs with spaces
- remove trailing whitespace
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/fl_attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/fl_attr.h b/FL/fl_attr.h index 44a402c77..b8f7d24c4 100644 --- a/FL/fl_attr.h +++ b/FL/fl_attr.h @@ -33,7 +33,7 @@ /** To be used in prototypes with a variable list of arguments. This macro helps detection of mismatches between format string and argument list at compilation time. - + Usage example: FL/fl_ask.H */ #define __fl_attr(x) |
