Skip to content

Commit 89f5358

Browse files
dnicolsonVudentz
authored andcommitted
gatttool: Use consistent spacing before brackets
1 parent 5d63ee2 commit 89f5358

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

attrib/gatttool.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,17 +456,17 @@ static gboolean parse_uuid(const char *key, const char *value,
456456

457457
static GOptionEntry primary_char_options[] = {
458458
{ "start", 's' , 0, G_OPTION_ARG_INT, &opt_start,
459-
"Starting handle(optional)", "0x0001" },
459+
"Starting handle (optional)", "0x0001" },
460460
{ "end", 'e' , 0, G_OPTION_ARG_INT, &opt_end,
461-
"Ending handle(optional)", "0xffff" },
461+
"Ending handle (optional)", "0xffff" },
462462
{ "uuid", 'u', G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_ARG_CALLBACK,
463-
parse_uuid, "UUID16 or UUID128(optional)", "0x1801"},
463+
parse_uuid, "UUID16 or UUID128 (optional)", "0x1801"},
464464
{ NULL },
465465
};
466466

467467
static GOptionEntry char_rw_options[] = {
468468
{ "handle", 'a' , 0, G_OPTION_ARG_INT, &opt_handle,
469-
"Read/Write characteristic by handle(required)", "0x0001" },
469+
"Read/Write characteristic by handle (required)", "0x0001" },
470470
{ "value", 'n' , 0, G_OPTION_ARG_STRING, &opt_value,
471471
"Write characteristic value (required for write operation)",
472472
"0x0001" },

0 commit comments

Comments
 (0)