Skip to content

Commit

Permalink
[codingstd] hard tabs in config/auto/gcc.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 1, 2012
1 parent e97ecc5 commit a38db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auto/gcc.pm
Expand Up @@ -96,7 +96,7 @@ sub _evaluate_gcc {

# and set -x c++ for clang++
if ($clang and $gpp and index($cc, '-x c++') < 1) {
$conf->data->set('cc' => $cc.' -x c++');
$conf->data->set('cc' => $cc.' -x c++');
}

$conf->data->set(
Expand Down

0 comments on commit a38db3c

Please sign in to comment.