Browse Source

Removing BOM from source code files, except for C# files

Source commit: a064d313d9bf223ddd421c840660610922965bbc
Martin Prikryl 8 years ago
parent
commit
83ee935a95

+ 1 - 1
deployment/install.ps1

@@ -1,4 +1,4 @@
-param($installPath, $toolsPath, $package, $project)
+param($installPath, $toolsPath, $package, $project)
 
 $file1 = $project.ProjectItems.Item("WinSCP.exe")
 

+ 1 - 1
dotnet/App.config

@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <configuration>
   <startup useLegacyV2RuntimeActivationPolicy="true">
     <supportedRuntime version="v2.0"/>

+ 1 - 1
dotnet/FileOperationEventArgs.cs

@@ -1,4 +1,4 @@
-using System.Runtime.InteropServices;
+using System.Runtime.InteropServices;
 
 namespace WinSCP
 {

+ 1 - 1
dotnet/OperationEventArgs.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.Runtime.InteropServices;
 
 namespace WinSCP

+ 1 - 1
dotnet/WinSCPnet.ruleset

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <RuleSet Name="WinSCP rules (subset of Microsoft All Rules)" ToolsVersion="14.0">
   <IncludeAll Action="Warning" />
   <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">

+ 1 - 1
source/windows/ConsoleRunner.cpp

@@ -1,4 +1,4 @@
-//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #include <vcl.h>
 #pragma hdrstop