aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-10-19 02:57:04 -0700
committerRob Mensching <rob@robmensching.com>2018-10-24 21:17:34 -0700
commit7d302ba01db5b2a9e255cfade17b1c3d687fdee2 (patch)
tree2723d4361db7cc8d0db118fc2ada16a3a798ac41 /src/WixToolset.Core.WindowsInstaller/Decompiler.cs
parent13eedbfcf97e402ade06f2be29f98723ef7ff286 (diff)
downloadwix-7d302ba01db5b2a9e255cfade17b1c3d687fdee2.tar.gz
wix-7d302ba01db5b2a9e255cfade17b1c3d687fdee2.tar.bz2
wix-7d302ba01db5b2a9e255cfade17b1c3d687fdee2.zip
Minor code cleanup/reorganization
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Decompiler.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Decompiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompiler.cs b/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
index 8136bf00..c5d68db3 100644
--- a/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Decompiler.cs
@@ -1,6 +1,6 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset 3namespace WixToolset.Core.WindowsInstaller
4{ 4{
5 using System; 5 using System;
6 using System.Collections; 6 using System.Collections;