From f6b1608c2132e5f0fe292c36b6334ee958390071 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Wed, 9 Jul 2014 23:03:52 +0000 Subject: small alignment tweak --- usr.bin/pkg-config/pkg-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/pkg-config/pkg-config b/usr.bin/pkg-config/pkg-config index 559ff65bbe6..f6166213585 100644 --- a/usr.bin/pkg-config/pkg-config +++ b/usr.bin/pkg-config/pkg-config @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: pkg-config,v 1.80 2013/05/30 00:02:02 jasper Exp $ +# $OpenBSD: pkg-config,v 1.81 2014/07/09 23:03:51 jasper Exp $ # $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $ # Copyright (c) 2006 Chris Kuethe @@ -705,9 +705,9 @@ sub compare_numeric { my ($x, $y, $eq) = @_; - return 1 if $x > $y; + return 1 if $x > $y; return -1 if $x < $y; - return 0 if (($x == $y) and ($eq == 1)); + return 0 if (($x == $y) and ($eq == 1)); return undef; } -- cgit v1.2.3