From 67cdbd7e4dc4fcd08c54de6e2c943d059df14147 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 30 Jan 2008 14:00:02 +0000 Subject: Some whitespace tidy-ups. --- tools/polldaemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/polldaemon.c') diff --git a/tools/polldaemon.c b/tools/polldaemon.c index aa5d8838..7635088a 100644 --- a/tools/polldaemon.c +++ b/tools/polldaemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved. + * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved. * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. * * This file is part of LVM2. @@ -202,7 +202,7 @@ static int _poll_vg(struct cmd_context *cmd, const char *vgname, continue; if (!(name = parms->poll_fns->get_copy_name_from_lv(lv_mirr))) continue; - /* FIXME Need to do the activation from _set_up_pvmove here + /* FIXME Need to do the activation from _set_up_pvmove here * if it's not running and we're not aborting */ if (_check_mirror_status(cmd, vg, lv_mirr, name, parms, &finished) && !finished) -- cgit