Ensure each header file has a newline on its own at the end of each file.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-11-30 23:19:17 +00:00
parent 12385dcc6f
commit d70f6b375b
10 changed files with 10 additions and 10 deletions

View File

@ -41,4 +41,4 @@ namespace EightBit {
register16_t m_address{ { 0xff, 0xff } };
uint8_t m_temporary = 0xff; // Used to simulate ROM
};
}
}

View File

@ -8,4 +8,4 @@ namespace EightBit {
public:
static EventArgs& empty() { return m_empty; }
};
}
}

View File

@ -36,4 +36,4 @@ namespace EightBit {
std::array<uint8_t, 0x100> m_input;
std::array<uint8_t, 0x100> m_output;
};
}
}

View File

@ -175,4 +175,4 @@ namespace EightBit {
std::array<opcode_decoded_t, 0x100> m_decodedOpcodes;
register16_t m_sp = { { 0xff, 0xff } };
};
}
}

View File

@ -40,4 +40,4 @@ namespace EightBit {
int limit,
int maximumSize);
};
}
}

View File

@ -147,4 +147,4 @@ namespace EightBit {
bool m_halted = false;
bool m_power = false;
};
}
}

View File

@ -31,4 +31,4 @@ namespace EightBit {
};
uint16_t word;
} register16_t;
}
}

View File

@ -18,4 +18,4 @@ namespace EightBit {
return BYTES()[address];
}
};
}
}

View File

@ -22,4 +22,4 @@ namespace EightBit {
delegate(e);
}
};
}
}

View File

@ -95,4 +95,4 @@ namespace EightBit {
return __rdtsc();
}
};
}
}