[ovs-git] [openvswitch/ovs] fc002e: bfd: Remove leading tabs from output.

GitHub noreply at github.com
Mon Jun 11 22:37:32 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: fc002ed3a31406190c9c0abb6cd998aa5b8460d7
      https://github.com/openvswitch/ovs/commit/fc002ed3a31406190c9c0abb6cd998aa5b8460d7
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/bfd.c
    M tests/bfd.at
    M tests/ofproto-dpif.at

  Log Message:
  -----------
  bfd: Remove leading tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: f6d6edc0b013c7b4418be2f35308fd2192a318a7
      https://github.com/openvswitch/ovs/commit/f6d6edc0b013c7b4418be2f35308fd2192a318a7
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/cfm.c
    M tests/cfm.at
    M tests/ofproto-dpif.at

  Log Message:
  -----------
  cfm: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: d14a36f4903150c2562447af6c936b2e4ccf27db
      https://github.com/openvswitch/ovs/commit/d14a36f4903150c2562447af6c936b2e4ccf27db
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/dpctl.c
    M tests/dpctl.at
    M tests/ofproto-dpif.at
    M tests/pmd.at

  Log Message:
  -----------
  dpctl: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 6d7d467e7b8d8bc7c784fcf3e9bc13bb617eebd6
      https://github.com/openvswitch/ovs/commit/6d7d467e7b8d8bc7c784fcf3e9bc13bb617eebd6
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/lacp.c
    M tests/lacp.at

  Log Message:
  -----------
  lacp: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 7513bb6f597e4407f2a2d045dad95490b9e2d343
      https://github.com/openvswitch/ovs/commit/7513bb6f597e4407f2a2d045dad95490b9e2d343
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/ovs-lldp.c

  Log Message:
  -----------
  ovs-lldp: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: aa141053a5ae66567521fea3a9a9b65cd5a46a74
      https://github.com/openvswitch/ovs/commit/aa141053a5ae66567521fea3a9a9b65cd5a46a74
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/rstp.c
    M lib/stp.c
    M tests/stp.at

  Log Message:
  -----------
  rstp, stp: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 957ee508d2e26aceed1cc2d307e9fffa2f3b18b9
      https://github.com/openvswitch/ovs/commit/957ee508d2e26aceed1cc2d307e9fffa2f3b18b9
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M lib/stopwatch.c

  Log Message:
  -----------
  stopwatch: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 828519ca71c5902a7c9784896312b00e094f4d1a
      https://github.com/openvswitch/ovs/commit/828519ca71c5902a7c9784896312b00e094f4d1a
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M ofproto/bond.c
    M tests/lacp.at
    M tests/ofproto-dpif.at

  Log Message:
  -----------
  bond: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 393e9f7c34773e63b960b176d88ac4704be42d01
      https://github.com/openvswitch/ovs/commit/393e9f7c34773e63b960b176d88ac4704be42d01
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M ofproto/ofproto-dpif-trace.c
    M tests/bfd.at
    M tests/ofproto-dpif.at
    M tests/system-traffic.at

  Log Message:
  -----------
  ofproto-dpif-trace: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 44b8de5e403051faf37bdd7d6103a820449bb8c9
      https://github.com/openvswitch/ovs/commit/44b8de5e403051faf37bdd7d6103a820449bb8c9
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M ofproto/ofproto-dpif-upcall.c

  Log Message:
  -----------
  ofproto-dpif-upcall: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 7be29a47576dce715f9c8b2b4f673fa623728ed0
      https://github.com/openvswitch/ovs/commit/7be29a47576dce715f9c8b2b4f673fa623728ed0
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M ofproto/ofproto-dpif.c
    M tests/bridge.at
    M tests/mcast-snooping.at
    M tests/mpls-xlate.at
    M tests/netdev-type.at
    M tests/nsh.at
    M tests/ofproto-dpif.at
    M tests/ovs-ofctl.at
    M tests/ovs-vswitchd.at
    M tests/packet-type-aware.at
    M tests/pmd.at
    M tests/tunnel-push-pop-ipv6.at
    M tests/tunnel-push-pop.at
    M tests/tunnel.at

  Log Message:
  -----------
  ofproto-dpif: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 5a0e4aec1af5cf7741c490bce704577e51e536b9
      https://github.com/openvswitch/ovs/commit/5a0e4aec1af5cf7741c490bce704577e51e536b9
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M Documentation/faq/issues.rst
    M Documentation/faq/vlan.rst
    M Documentation/group-selection-method-property.txt
    M Documentation/ref/ovs-sim.1.rst
    M Documentation/tutorials/faucet.rst
    M Documentation/tutorials/ovs-advanced.rst
    M NEWS
    M Vagrantfile
    M debian/copyright.in
    M debian/openvswitch-switch.README.Debian
    M debian/openvswitch-switch.init
    M debian/openvswitch-switch.logrotate
    M debian/ovn-central.postinst
    M debian/ovn-host.postinst
    M include/openvswitch/rconn.h
    M lib/dpif-netdev.c
    M lib/dpif.c
    M lib/meta-flow.xml
    M lib/ofp-print.c
    M ofproto/ofproto-dpif-ipfix.c
    M ofproto/ofproto-dpif-sflow.c
    M ofproto/ofproto-dpif-xlate.c
    M ovn/utilities/ovn-detrace.in
    M ovsdb/ovsdb-tool.c
    M rhel/etc_init.d_openvswitch
    M rhel/etc_sysconfig_network-scripts_ifdown-ovs
    M rhel/etc_sysconfig_network-scripts_ifup-ovs
    M rhel/openvswitch-fedora.spec.in
    M rhel/openvswitch-kmod-rhel6.spec.in
    M tests/bfd.at
    M tests/cfm.at
    M tests/classifier.at
    M tests/dpif-netdev.at
    M tests/interface-reconfigure.at
    M tests/lacp.at
    M tests/ofproto-dpif.at
    M tests/ofproto-macros.at
    M tests/ofproto.at
    M tests/ovn.at
    M tests/ovs-macros.at
    M tests/ovs-ofctl.at
    M tests/ovs-router.at
    M tests/ovsdb-client.at
    M tests/ovsdb-cluster.at
    M tests/ovsdb-condition.at
    M tests/ovsdb-idl.at
    M tests/ovsdb-log.at
    M tests/ovsdb-monitor.at
    M tests/ovsdb-mutation.at
    M tests/ovsdb-query.at
    M tests/ovsdb-row.at
    M tests/ovsdb-schema.at
    M tests/ovsdb-server.at
    M tests/ovsdb-tool.at
    M tests/pmd.at
    M tests/run-oftest
    M tests/run-ryu
    M tests/test-lib.c
    M tests/test-sflow.c
    M tests/tunnel.at
    M tutorial/ovs-sandbox
    M utilities/bugtool/ovs-bugtool-tc-class-show
    M utilities/nlmon.c
    M utilities/ovs-ctl.in
    M utilities/ovs-sim.in
    M vswitchd/bridge.c
    M vswitchd/vswitch.ovsschema
    M vswitchd/vswitch.xml
    M xenserver/openvswitch-xen.spec.in

  Log Message:
  -----------
  treewide: Convert leading tabs to spaces.

It's always been OVS coding style to use spaces rather than tabs for
indentation, but some tabs have snuck in over time.  This commit converts
them to spaces.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 7717d233cfdf0b3c59f62cd6bf86e3b4261dcbf8
      https://github.com/openvswitch/ovs/commit/7717d233cfdf0b3c59f62cd6bf86e3b4261dcbf8
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
    M Makefile.am
    M build-aux/automake.mk
    A build-aux/initial-tab-whitelist

  Log Message:
  -----------
  Makefile: Add build-time check for files with initial tabs.

This should make it harder to reintroduce inappropriate indentation.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/017344c55eb9...7717d233cfdf
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list