From: greg@kroah.com Date: Thu, 13 Nov 2003 14:24:09 +0000 (-0800) Subject: [PATCH] trailing whitespace cleanups. X-Git-Tag: 006~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=20ff86bd7111221e8709c614c5e3969950293664;hp=ca1cc0fe7489c40a137ece43a65e65765678e89d [PATCH] trailing whitespace cleanups. --- diff --git a/namedev.c b/namedev.c index d806d25ed..d76d03b49 100644 --- a/namedev.c +++ b/namedev.c @@ -684,7 +684,7 @@ static int do_topology(struct sysfs_class_device *class_dev, struct udevice *ude if (dev->type != TOPOLOGY) continue; - found = 0; + found = 0; strcpy(path, sysfs_device->path); temp = strrchr(path, '/'); dbg_parse("TOPOLOGY path = '%s'", path);