summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-30 08:30:47 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-30 21:52:32 +0200
commitb2dbb20fd870da8c06fc7eb23a592dea057e8090 (patch)
treebf148e3de774eacb3f0a70afb82b7b49932601f2 /set_soenv.in
parentdaab827fd17345855835f69ac028c3ed5c28890e (diff)
Fix indentation
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/set_soenv.in b/set_soenv.in
index b0cb99c8ee26..e575ec860163 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1281,15 +1281,15 @@ $SOLARINC = $I.$cur_dir.
if ($platform =~ m/solaris|linux|freebsd|netbsd|aix|openbsd|dragonfly/ && '@CROSS_COMPILING@' ne 'YES')
{
-if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
-{
-$SOLARINC .= '/SC5 ';
-}
-# Platform dependent include path at the top of this list of include paths
-if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
-{
- $SOLARINC .= $I.$COMPATH.$INCLUDE;
-}
+ if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
+ {
+ $SOLARINC .= '/SC5 ';
+ }
+ # Platform dependent include path at the top of this list of include paths
+ if ($platform =~ m/solaris/ && ! $CC =~ "gcc")
+ {
+ $SOLARINC .= $I.$COMPATH.$INCLUDE;
+ }
# pickup system jpeg over java jpeg on OpenBSD
if ($platform =~ m/openbsd/)