diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-14 20:06:41 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-14 20:06:41 +0200 |
| commit | d6c2cdc6b1fed30f15eb6cb94c7b1bade51ed31b (patch) | |
| tree | 4bddb08db1e555590b2664bdace7f6567bd8aa16 /dev | |
| parent | 3b0806fcf871d0502a26bb019c1c394d5ca9d502 (diff) | |
META: Run Format command.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/NDK/Defines.hxx | 4 | ||||
| -rw-r--r-- | dev/NDK/Sources/Assembler32x0.cxx | 2 | ||||
| -rw-r--r-- | dev/NDK/Sources/Assembler64x0.cxx | 2 | ||||
| -rw-r--r-- | dev/NDK/Sources/AssemblyFactory.cxx | 2 | ||||
| -rw-r--r-- | dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx | 12 | ||||
| -rw-r--r-- | dev/NDK/Sources/IdlCompiler.cxx | 8 | ||||
| -rw-r--r-- | dev/NDK/Sources/Linker.cxx | 2 | ||||
| -rw-r--r-- | dev/NDK/UUID.hxx | 2 |
8 files changed, 17 insertions, 17 deletions
diff --git a/dev/NDK/Defines.hxx b/dev/NDK/Defines.hxx index e7e3eff..097ab0b 100644 --- a/dev/NDK/Defines.hxx +++ b/dev/NDK/Defines.hxx @@ -139,8 +139,8 @@ typedef char char_type; #define kObjectFileExt ".obj" #define kBinaryFileExt ".bin" -#define kAsmFileExts \ - { \ +#define kAsmFileExts \ + { \ ".64x", ".32x", ".masm", ".s", ".S", ".asm", ".x64" \ } diff --git a/dev/NDK/Sources/Assembler32x0.cxx b/dev/NDK/Sources/Assembler32x0.cxx index 033f8d9..261dd7e 100644 --- a/dev/NDK/Sources/Assembler32x0.cxx +++ b/dev/NDK/Sources/Assembler32x0.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Technologies + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/dev/NDK/Sources/Assembler64x0.cxx b/dev/NDK/Sources/Assembler64x0.cxx index 059572c..a59781b 100644 --- a/dev/NDK/Sources/Assembler64x0.cxx +++ b/dev/NDK/Sources/Assembler64x0.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Technologies + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/dev/NDK/Sources/AssemblyFactory.cxx b/dev/NDK/Sources/AssemblyFactory.cxx index 83e5677..722c0a7 100644 --- a/dev/NDK/Sources/AssemblyFactory.cxx +++ b/dev/NDK/Sources/AssemblyFactory.cxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Technologies + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx b/dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx index 841c890..b3807ef 100644 --- a/dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx +++ b/dev/NDK/Sources/CPlusPlusCompilerPreProcessor.cxx @@ -69,9 +69,9 @@ namespace detail }; } // namespace detail -static std::vector<std::string> kFiles; +static std::vector<std::string> kFiles; static std::vector<detail::bpp_macro> kMacros; -static std::vector<std::string> kIncludes; +static std::vector<std::string> kIncludes; static std::string kWorkingDir; @@ -89,10 +89,10 @@ static std::vector<std::string> kKeywords = { ///////////////////////////////////////////////////////////////////////////////////////// int32_t bpp_parse_if_condition(detail::bpp_macro_condition& cond, - detail::bpp_macro& macro, - bool& inactive_code, - bool& defined, - std::string& macro_str) + detail::bpp_macro& macro, + bool& inactive_code, + bool& defined, + std::string& macro_str) { if (cond.fType == detail::kEqual) { diff --git a/dev/NDK/Sources/IdlCompiler.cxx b/dev/NDK/Sources/IdlCompiler.cxx index 300374b..534d4d8 100644 --- a/dev/NDK/Sources/IdlCompiler.cxx +++ b/dev/NDK/Sources/IdlCompiler.cxx @@ -2,8 +2,8 @@ Copyright ZKA Technologies - FILE: XIDL.cxx - PURPOSE: XPCOM IDL COMPILER. + FILE: XIDL.cxx + PURPOSE: XPCOM IDL COMPILER. ------------------------------------------- */ @@ -22,11 +22,11 @@ #include <NDK/NFC/AE.hxx> /*** - @brief IDL compiler maih. + @brief IDL compiler maih. */ NDK_MODULE(ZKAIdlMain) { - return 0; + return 0; } diff --git a/dev/NDK/Sources/Linker.cxx b/dev/NDK/Sources/Linker.cxx index 4aa9cb6..f3dd668 100644 --- a/dev/NDK/Sources/Linker.cxx +++ b/dev/NDK/Sources/Linker.cxx @@ -77,7 +77,7 @@ static uintptr_t kMIBCount = 8; #define kLinkerSplash() kPrintF(kWhite kLinkerVersion, kDistVersion) /*** - @brief ZKA linker main + @brief ZKA linker main */ NDK_MODULE(ZKALinkerMain) diff --git a/dev/NDK/UUID.hxx b/dev/NDK/UUID.hxx index 00b153b..d785fc7 100644 --- a/dev/NDK/UUID.hxx +++ b/dev/NDK/UUID.hxx @@ -199,7 +199,7 @@ namespace uuids process_byte(static_cast<unsigned char>((bitCount >> 24) & 0xFF)); process_byte(static_cast<unsigned char>((bitCount >> 16) & 0xFF)); process_byte(static_cast<unsigned char>((bitCount >> 8) & 0xFF)); - process_byte(static_cast<unsigned char>((bitCount)&0xFF)); + process_byte(static_cast<unsigned char>((bitCount) & 0xFF)); memcpy(digest, m_digest, 5 * sizeof(uint32_t)); return digest; |
