[Maintenance] Remove inconsistent newlines before `extern "C"` braces

Part of P0168, funded by Blue Bolt and rosenrose.
This commit is contained in:
nmlgc 2021-11-23 12:26:11 +01:00
parent c2de6ab23b
commit 15b4011ff2
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
extern "C"
{
extern "C" {
#include <stdio.h>
#include <stdlib.h>
#include "platform.h"

View File

@ -3,8 +3,7 @@
* Code segment #1 of TH03's MAIN.EXE
*/
extern "C"
{
extern "C" {
#include "platform.h"
#include "pc98.h"
#include "th03/sprite16.hpp"