mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] Remove inconsistent newlines before `extern "C"` braces
Part of P0168, funded by Blue Bolt and rosenrose.
This commit is contained in:
parent
c2de6ab23b
commit
15b4011ff2
|
@ -1,5 +1,4 @@
|
|||
extern "C"
|
||||
{
|
||||
extern "C" {
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "platform.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue