From 1723197e63007d120598ab796fa0299f2a52b2a2 Mon Sep 17 00:00:00 2001 From: "S.J.R. van Schaik" Date: Mon, 27 Feb 2017 15:35:15 +0000 Subject: [PATCH] style: shell: remove redundant newlines --- shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.c b/shell.c index bda79bf..194a663 100644 --- a/shell.c +++ b/shell.c @@ -115,8 +115,6 @@ err_free_line: return NULL; } - - static void do_probe(FILE *fp, const char *s) { char cmd[1] = { CMD_READ_ID };