diff options
| author | ruki <[email protected]> | 2022-09-17 00:42:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-17 00:42:42 +0800 |
| commit | 35dba941d82bb0ffeed07709843d432278afbc6f (patch) | |
| tree | da83fff9444692da4c69d60fbfa80212c561e99f /tests/projects/windows/winsdk/usbview/codeanalysis.h | |
| parent | 58f335941b3fcaeb05e44cf52eaea0f6f85d4d57 (diff) | |
remove tailing spaces for tests
Diffstat (limited to 'tests/projects/windows/winsdk/usbview/codeanalysis.h')
| -rw-r--r-- | tests/projects/windows/winsdk/usbview/codeanalysis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/projects/windows/winsdk/usbview/codeanalysis.h b/tests/projects/windows/winsdk/usbview/codeanalysis.h index 56fa54a1a..7654b2d1c 100644 --- a/tests/projects/windows/winsdk/usbview/codeanalysis.h +++ b/tests/projects/windows/winsdk/usbview/codeanalysis.h @@ -32,13 +32,13 @@ using namespace System::Diagnostics::CodeAnalysis; namespace Microsoft
{
- namespace Kits
+ namespace Kits
{
namespace Samples
{
namespace Usb
{
- // Justification : C++ Compiler cannot enforce ClsCompliant
+ // Justification : C++ Compiler cannot enforce ClsCompliant
[module: SuppressMessage("Microsoft.Design", "CA1014:MarkAssembliesWithClsCompliant")]
// Justification : The naming of the following types are based on native USB types
@@ -108,7 +108,7 @@ namespace Microsoft [module: SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="usbview")];
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="usbview")];
- // Justification: The version of XSD which is used to generate the objects does not support Collections.
+ // Justification: The version of XSD which is used to generate the objects does not support Collections.
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope="member", Target="Microsoft.Kits.Samples.Usb.UsbBosDescriptorType.#UsbSuperSpeedExtensionDescriptor")];
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope="member", Target="Microsoft.Kits.Samples.Usb.UsbBosDescriptorType.#UsbUsb20ExtensionDescriptor")];
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope="member", Target="Microsoft.Kits.Samples.Usb.UsbBosDescriptorType.#UnknownDescriptor")];
|
