Skip to content

Commit 57d8b9c

Browse files
committed
Remove BOMs and fix encoding issue for structure type union
1 parent 6907b4a commit 57d8b9c

File tree

107 files changed

+174
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+174
-201
lines changed

Dropbox.Api.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
44
VisualStudioVersion = 12.0.40629.0

Dropbox.Api/Babel/Empty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//-----------------------------------------------------------------------------
1+
//-----------------------------------------------------------------------------
22
// <copyright file="Empty.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/IDecoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//-----------------------------------------------------------------------------
1+
//-----------------------------------------------------------------------------
22
// <copyright file="IDecoder.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/IEncodable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//-----------------------------------------------------------------------------
1+
//-----------------------------------------------------------------------------
22
// <copyright file="IEncodable.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/IEncoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//-----------------------------------------------------------------------------
1+
//-----------------------------------------------------------------------------
22
// <copyright file="IEncoder.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/ITransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//-----------------------------------------------------------------------------
1+
//-----------------------------------------------------------------------------
22
// <copyright file="ITransport.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/Json/JsonArray.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//----------------------------------------------------------------------------
1+
//----------------------------------------------------------------------------
22
// <copyright file="JsonArray.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/Json/JsonObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//----------------------------------------------------------------------------
1+
//----------------------------------------------------------------------------
22
// <copyright file="JsonObject.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/Json/JsonParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//----------------------------------------------------------------------------
1+
//----------------------------------------------------------------------------
22
// <copyright file="JsonParser.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

Dropbox.Api/Babel/JsonDecoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//-----------------------------------------------------------------------------
1+
//-----------------------------------------------------------------------------
22
// <copyright file="JsonDecoder.cs" company="Dropbox Inc">
33
// Copyright (c) Dropbox Inc. All rights reserved.
44
// </copyright>

0 commit comments

Comments
 (0)