Skip to content

Commit

Permalink
mg.c: White-space only
Browse files Browse the repository at this point in the history
Indent newly formed block from the previous commit.
  • Loading branch information
khwilliamson committed May 5, 2021
1 parent 72afc03 commit 599d02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mg.c
Expand Up @@ -931,6 +931,7 @@ Perl_magic_get(pTHX_ SV *sv, MAGIC *mg)
#elif defined(OS2)
{
int utf8ness;

if (!(_emx_env & 0x200)) { /* Under DOS */
sv_setnv(sv, (NV)errno);
sv_setpv(sv, errno ? my_strerror(errnum, &utf8ness) : "");
Expand Down

0 comments on commit 599d02f

Please sign in to comment.