Skip to content
  • Ben Pfaff's avatar
    util: Avoid trailing white space in hex dumps. · 327a39b6
    Ben Pfaff authored
    
    
    ovs_hex_dump() sometimes yields a trailing space in its output.  This is
    annoying for the test infrastructure, since we have to specially mark the
    trailing white space in Autotest with a "@&t@" marker at the end of the
    line.  This commit gets rid of the trailing white space and the annoying
    "@&t@" markers.
    
    This also gets rid of an occasional trailing hyphen.
    
    Signed-off-by: default avatarBen Pfaff <blp@ovn.org>
    Acked-by: default avatarRussell Bryant <russell@ovn.org>
    327a39b6