From 71b7c27d150c4048c6aac04ff4e00e6f29265034 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jun 2025 18:48:01 +0000 Subject: perk_synopsis_impl.h: whitespace meditation. --- src/internal/perk_synopsis_impl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/internal') diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index 32c5aec..921a1db 100644 --- a/src/internal/perk_synopsis_impl.h +++ b/src/internal/perk_synopsis_impl.h @@ -7,6 +7,8 @@ #ifndef SLIBTOOL_SYNOPSIS_IMPL_H #define SLIBTOOL_SYNOPSIS_IMPL_H + + #define PERK_DEFAULT_CMD_SYNOPSIS \ "%s — PE/COFF Resource Kit\n\n" \ "Synopsis:\n" \ @@ -15,6 +17,8 @@ " %s --cmd= [option] ... ...\n\n" \ "Options:\n" + + #define PERK_PERK_CMD_SYNOPSIS \ "%s — PE/COFF Resource Kit\n\n" \ "Synopsis:\n" \ @@ -22,18 +26,24 @@ " %s [option] ... ...\n\n" \ "Options:\n" + + #define PERK_NM_CMD_SYNOPSIS \ "%s — PE/COFF Name Mangler\n\n" \ "Synopsis:\n" \ " %s [-V] [-APv] [-efox] [-g|-u] [-t format] ...\n\n" \ "Options:\n" + + #define PERK_SIZE_CMD_SYNOPSIS \ "%s — PE/COFF Section Size Information\n\n" \ "Synopsis:\n" \ " %s [-V] [-A|-B|-G] [-d|-o|-x] [-t] [-f] ...\n\n" \ "Options:\n" + + #define PERK_AR_CMD_SYNOPSIS \ "%s — the PE/COFF Resource Kit Archiver\n\n" \ "Synopsis:\n" \ -- cgit v1.2.3