From 9424fe4580abdebd0329d1915601591aec33031c Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 2 Aug 2016 10:32:36 +0200 Subject: [PATCH] Remove extra "-" from ASCII horizontal bar in comment. --- src/modules/hellotype.c | 2 +- src/modules/helloworld.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/hellotype.c b/src/modules/hellotype.c index a9c2d20fc..b33ed81cd 100644 --- a/src/modules/hellotype.c +++ b/src/modules/hellotype.c @@ -5,7 +5,7 @@ * works, how a new data type is created, and how to write basic methods * for RDB loading, saving and AOF rewriting. * - * ------------------------------------------------------------------------------ + * ----------------------------------------------------------------------------- * * Copyright (c) 2016, Salvatore Sanfilippo * All rights reserved. diff --git a/src/modules/helloworld.c b/src/modules/helloworld.c index 8d657a52b..4d6f8782d 100644 --- a/src/modules/helloworld.c +++ b/src/modules/helloworld.c @@ -4,7 +4,7 @@ * This module does not do anything useful, if not for a few commands. The * examples are designed in order to show the API. * - * ------------------------------------------------------------------------------ + * ----------------------------------------------------------------------------- * * Copyright (c) 2016, Salvatore Sanfilippo * All rights reserved.