Skip to content

Commit

Permalink
Generate normal .exp files
Browse files Browse the repository at this point in the history
Put the semicolons at the end of a line rather than at the beginning
of the next line.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
  • Loading branch information
keithc-ca committed Apr 16, 2021
1 parent 0f967b7 commit 4cfbe42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/platform/toolcfg/gnu_exports.exp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2020, 2020 IBM Corp. and others
* Copyright (c) 2020, 2021 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand All @@ -22,7 +22,7 @@

{
global :
$<JOIN:$<TARGET_PROPERTY:@TARGET_NAME@,EXPORTED_SYMBOLS>,
;>;
$<JOIN:$<TARGET_PROPERTY:@TARGET_NAME@,EXPORTED_SYMBOLS>,;
>;
local : *;
};

0 comments on commit 4cfbe42

Please sign in to comment.