mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
treewide: Change doubled ";;" to single ";" in C code.
Except in "for (;;)". Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
|
||||
* Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2015 Nicira, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -811,7 +811,7 @@ vlog_get_patterns(void)
|
||||
ds_put_format(&ds, " ------ ------\n");
|
||||
|
||||
for (destination = 0; destination < VLF_N_DESTINATIONS; destination++) {
|
||||
struct destination *f = &destinations[destination];;
|
||||
struct destination *f = &destinations[destination];
|
||||
const char *prefix = "none";
|
||||
|
||||
if (destination == VLF_SYSLOG && syslogger) {
|
||||
|
Reference in New Issue
Block a user