ld: separate -module and -export directives by an empty line

This commit is contained in:
Mikael Pettersson
2020-04-05 16:56:31 +02:00
parent 8b38ce8191
commit c04d1a3c94
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
%%% along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
-module(ld).
-export([ main/1
, format_error/1
]).

View File

@@ -19,6 +19,7 @@
%%% along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
-module(ld_input).
-export([ input/2
, format_error/1
]).

View File

@@ -19,6 +19,7 @@
%%% along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
-module(ld_phase1).
-export([ phase1/1
]).