style(lib): a bit of code cleanup

This commit is contained in:
Masahiko AMANO 2022-12-24 00:19:46 +03:00
parent 98d42f2653
commit 83fe7fcb3c

View File

@ -17,9 +17,9 @@ extern "C" {
// Tanabata (七夕) - the struct with all databases
typedef struct tanabata {
Sasahyou sasahyou; // Sasahyou struct
Sappyou sappyou; // Sappyou struct
Shoppyou shoppyou; // Shoppyou struct
Sasahyou sasahyou; // Sasahyou struct
Sappyou sappyou; // Sappyou struct
Shoppyou shoppyou; // Shoppyou struct
} Tanabata;
// ==================== DATABASE SECTION ==================== //