Skip to content

Commit

Permalink
Merged revision(s) 20753 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Var] Run clang-format.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20754 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed May 10, 2024
1 parent 038f175 commit 8176ed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mpt/arch/x86_amd64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ struct cpu_info {
result.d = CPUInfo[3];
return result;

#elif MPT_COMPILER_GCC || (MPT_COMPILER_CLANG && !MPT_ARCH_AMD64) || MPT_CLANG_AT_LEAST(13,0,0)
#elif MPT_COMPILER_GCC || (MPT_COMPILER_CLANG && !MPT_ARCH_AMD64) || MPT_CLANG_AT_LEAST(13, 0, 0)
// <https://reviews.llvm.org/D101338>

cpuid_result result;
Expand All @@ -762,7 +762,7 @@ struct cpu_info {
result.c = regecx;
result.d = regedx;
return result;

#elif MPT_COMPILER_CLANG && MPT_ARCH_AMD64
// <https://reviews.llvm.org/D101338>

Expand Down Expand Up @@ -824,7 +824,7 @@ struct cpu_info {
result.d = CPUInfo[3];
return result;

#elif MPT_COMPILER_GCC || (MPT_COMPILER_CLANG && !MPT_ARCH_AMD64) || MPT_CLANG_AT_LEAST(13,0,0)
#elif MPT_COMPILER_GCC || (MPT_COMPILER_CLANG && !MPT_ARCH_AMD64) || MPT_CLANG_AT_LEAST(13, 0, 0)
// <https://reviews.llvm.org/D101338>

cpuid_result result;
Expand Down

0 comments on commit 8176ed6

Please sign in to comment.