From 703263e6b65990169fe9bc43745653d0a81c5372 Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 14 Sep 2006 03:49:14 +0000 Subject: [lcd4linux @ 2006-09-14 03:49:14 by reinelt] indent run git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@713 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_Crystalfontz.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'drv_Crystalfontz.c') diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c index eda3e2e..5312dd0 100644 --- a/drv_Crystalfontz.c +++ b/drv_Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: drv_Crystalfontz.c,v 1.46 2006/09/07 09:06:25 reinelt Exp $ +/* $Id: drv_Crystalfontz.c,v 1.47 2006/09/14 03:49:14 reinelt Exp $ * * new style driver for Crystalfontz display modules * @@ -23,6 +23,9 @@ * * * $Log: drv_Crystalfontz.c,v $ + * Revision 1.47 2006/09/14 03:49:14 reinelt + * indent run + * * Revision 1.46 2006/09/07 09:06:25 reinelt * lots of wrong printf formats corrected (thanks to Ernst Bachmann) * @@ -370,7 +373,8 @@ static void drv_CF_process_packet(void) default: /* this should not happen */ - error("%s: unexpected response type=0x%02x code=0x%02x size=%d", Name, Packet.type, Packet.code, Packet.size); + error("%s: unexpected response type=0x%02x code=0x%02x size=%d", Name, Packet.type, Packet.code, + Packet.size); break; } @@ -1126,7 +1130,7 @@ int drv_CF_init(const char *section, const int quiet) WIDGET_CLASS wc; int ret; - info("%s: %s", Name, "$Revision: 1.46 $"); + info("%s: %s", Name, "$Revision: 1.47 $"); /* start display */ if ((ret = drv_CF_start(section)) != 0) { -- cgit v1.2.3