line break consistency fix: Mempak.H
This commit is contained in:
parent
6ed2346169
commit
8ae5b052e7
|
@ -9,13 +9,13 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
class Mempak
|
||||
{
|
||||
public:
|
||||
static void Close ( void );
|
||||
static BYTE CalculateCrc ( BYTE * DataToCrc );
|
||||
static void ReadFrom ( int Control, int Address, BYTE * Buffer );
|
||||
static void WriteTo ( int Control, int Address, BYTE * Buffer );
|
||||
|
||||
};
|
||||
|
||||
class Mempak
|
||||
{
|
||||
public:
|
||||
static void Close ( void );
|
||||
static BYTE CalculateCrc ( BYTE * DataToCrc );
|
||||
static void ReadFrom ( int Control, int Address, BYTE * Buffer );
|
||||
static void WriteTo ( int Control, int Address, BYTE * Buffer );
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue