Skip to content

Commit 000f058

Browse files
committed
wx: Fix typo in api_gen/gen_util.erl
1 parent 10022f2 commit 000f058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/wx/api_gen/gen_util.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ append_license(_) ->
299299
c_copyright() ->
300300
{CurrentYear,_,_} = erlang:date(),
301301
w("/*~n",[]),
302-
w(" * %CopyrightBegin%
303-
w(" *
302+
w(" * %CopyrightBegin%~n",[]),
303+
w(" *~n",[]),
304304
w(" * SPDX-License-Identifier: Apache-2.0~n",[]),
305305
w(" *~n",[]),
306306
w(" * Copyright Ericsson AB 2008-~p. All Rights Reserved.~n",[CurrentYear]),

0 commit comments

Comments
 (0)