diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-01 20:17:54 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-01 20:17:54 -0700 |
commit | 0837462f33bbd85f2da1abd33b9650e540983f97 (patch) | |
tree | ca1ec0977cd060680b3d319056d0cc1786905539 /tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs | |
parent | 35486b76bddd1000cf03da153f30d30e737eeb3d (diff) | |
download | DotNetOpenAuth-0837462f33bbd85f2da1abd33b9650e540983f97.zip DotNetOpenAuth-0837462f33bbd85f2da1abd33b9650e540983f97.tar.gz DotNetOpenAuth-0837462f33bbd85f2da1abd33b9650e540983f97.tar.bz2 |
Fixed line-endings.
Diffstat (limited to 'tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs')
-rw-r--r-- | tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs b/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs index 8fdc990..ab2a247 100644 --- a/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs +++ b/tools/Contracts/Languages/CSharp/ContractDeclarativeAssemblyAttribute.cs @@ -1,17 +1,17 @@ -//
-// This file is included when building a contract declarative assembly
-// in order to mark it as such for recognition by the tools
-//
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-[assembly: global::System.Diagnostics.Contracts.ContractDeclarativeAssembly]
-
-namespace System.Diagnostics.Contracts
-{
- [AttributeUsage(AttributeTargets.Assembly)]
- internal class ContractDeclarativeAssemblyAttribute : global::System.Attribute
- {
- }
-}
+// +// This file is included when building a contract declarative assembly +// in order to mark it as such for recognition by the tools +// +using System; +using System.Collections.Generic; +using System.Text; + +[assembly: global::System.Diagnostics.Contracts.ContractDeclarativeAssembly] + +namespace System.Diagnostics.Contracts +{ + [AttributeUsage(AttributeTargets.Assembly)] + internal class ContractDeclarativeAssemblyAttribute : global::System.Attribute + { + } +} |