]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: fix cppi warning
authorEric Blake <eblake@redhat.com>
Mon, 3 Mar 2014 21:02:42 +0000 (14:02 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 3 Mar 2014 21:02:42 +0000 (14:02 -0700)
Jenkins pointed out that the previous commit violates syntax
check when cppi is installed.

* src/nwfilter/nwfilter_dhcpsnoop.c (SNOOP_POLL_MAX_TIMEOUT_MS):
Update indentation.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/nwfilter/nwfilter_dhcpsnoop.c

index ab9bf09fcd9e18a845e8c04b8380117ec65d03e6..9e31afb1a927922e36e2c3de191d58da339496bb 100644 (file)
@@ -2,7 +2,7 @@
  * nwfilter_dhcpsnoop.c: support for DHCP snooping used by a VM
  *                       on an interface
  *
- * Copyright (C) 2012-2013 Red Hat, Inc.
+ * Copyright (C) 2012-2014 Red Hat, Inc.
  * Copyright (C) 2011,2012 IBM Corp.
  *
  * Authors:
@@ -269,7 +269,7 @@ struct _virNWFilterSnoopRateLimitConf {
     const unsigned int burstRate;
     const unsigned int burstInterval;
 };
-#define SNOOP_POLL_MAX_TIMEOUT_MS  (10 * 1000) /* milliseconds */
+# define SNOOP_POLL_MAX_TIMEOUT_MS  (10 * 1000) /* milliseconds */
 
 typedef struct _virNWFilterSnoopPcapConf virNWFilterSnoopPcapConf;
 typedef virNWFilterSnoopPcapConf *virNWFilterSnoopPcapConfPtr;