Skip to content

Commit 2a86986

Browse files
Fixed file encoding issue.
1 parent 1e0071f commit 2a86986

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Source/VSoft.HttpClient.Headers.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit VSoft.HttpClient.Headers;
1+
unit VSoft.HttpClient.Headers;
22

33

44
interface

Source/VSoft.HttpClient.MultipartFormData.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{***************************************************************************}
1+
{***************************************************************************}
22
{ }
33
{ VSoft.HttpClient - A wrapper over WinHttp }
44
{ modelled on restSharp }
55
{ }
6-
{ Copyright © 2020 Vincent Parrett and contributors }
6+
{ Copyright © 2020 Vincent Parrett and contributors }
77
{ }
88
{ vincent@finalbuilder.com }
99
{ https://www.finalbuilder.com }

Source/VSoft.HttpClient.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit VSoft.HttpClient;
1+
unit VSoft.HttpClient;
22

33
interface
44

Source/VSoft.WinHttp.Api.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
33
Copyright (c) Microsoft Corporation. All rights reserved.
44

0 commit comments

Comments
 (0)