Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95777a4 authored by Rob Ward's avatar Rob Ward Committed by Brian Norris
Browse files

mtd: phram: Fix whitespace issues



Fix various whitespace issues.

No functional changes.

Signed-off-by: default avatarRob Ward <robert.ward114@googlemail.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent a41595b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ static int parse_name(char **pname, const char *token)
static inline void kill_final_newline(char *str)
{
	char *newline = strrchr(str, '\n');

	if (newline && !newline[1])
		*newline = 0;
}