diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2019-12-11 08:46:28 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2019-12-11 16:32:47 -0500 |
commit | 5771f9959c5fe0d0a236f334a6211cbe20c8b293 (patch) | |
tree | a81b9c185b0a872eb071efe585c1826abe554595 /modules/mono/glue | |
parent | 9abc0ad8a5cf400d848fd25a33bd562db08d1046 (diff) |
Mono formatting
No space for casting, add spaces inside braces, 4 space indentation, remove trailing indentation, remove BOM.
Diffstat (limited to 'modules/mono/glue')
-rw-r--r-- | modules/mono/glue/Managed/Managed.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/Managed/Managed.csproj b/modules/mono/glue/Managed/Managed.csproj index c8eca71199..8bde3b6d22 100644 --- a/modules/mono/glue/Managed/Managed.csproj +++ b/modules/mono/glue/Managed/Managed.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |