mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Refactor variable names for consistency and readability across multiple files
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
/**
|
||||
* Contains an enumeration of all known types of media.
|
||||
*/
|
||||
// NOLINTBEGIN(readability-identifier-naming)
|
||||
typedef enum
|
||||
{
|
||||
// Generics, types 0 to 9
|
||||
@@ -995,6 +996,8 @@ typedef enum
|
||||
//
|
||||
} MediaType;
|
||||
|
||||
// NOLINTEND(readability-identifier-naming)
|
||||
|
||||
/**
|
||||
* Contains information about a dump image and its contents
|
||||
*/
|
||||
@@ -1090,6 +1093,7 @@ typedef enum
|
||||
/*
|
||||
* Metadata present for each media.
|
||||
*/
|
||||
// NOLINTBEGIN(readability-identifier-naming)
|
||||
typedef enum
|
||||
{
|
||||
/* CD table of contents */
|
||||
@@ -1167,6 +1171,8 @@ typedef enum
|
||||
CD_LeadIn = 68
|
||||
} MediaTagType;
|
||||
|
||||
// NOLINTEND(readability-identifier-naming)
|
||||
|
||||
#endif // LIBAARUFORMAT_AARU_H
|
||||
|
||||
#ifndef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user