Skip to content

Commit

Permalink
Changed encoding of some files to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
kevicency committed Mar 24, 2012
1 parent 98a7f6e commit aa89d80
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Decorators/BusyResultDecorator.cs
@@ -1,4 +1,4 @@
using System;
using System;
using Caliburn.Micro.Contrib.Results;

namespace Caliburn.Micro.Contrib.Decorators
Expand Down
@@ -1,4 +1,4 @@
namespace Caliburn.Micro.Contrib.Decorators
namespace Caliburn.Micro.Contrib.Decorators
{
/// <summary>
/// A result decorator which overrides the <see cref = "ResultCompletionEventArgs.WasCancelled" /> flag of the inner result
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Dialogs/Dialog.cs
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;

Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/IBlockingQueue.cs
@@ -1,4 +1,4 @@
namespace Caliburn.Micro.Contrib
namespace Caliburn.Micro.Contrib
{
public interface IBlockingQueue<T>
{
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Results/BusyResultBase.cs
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows;

namespace Caliburn.Micro.Contrib.Results
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Results/IBusyResult.cs
@@ -1,4 +1,4 @@
using System;
using System;

namespace Caliburn.Micro.Contrib.Results
{
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Threading/BlockingQueue.cs
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading;

namespace Caliburn.Micro.Contrib
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Threading/ResultExecutionTask.cs
@@ -1,4 +1,4 @@
using System;
using System;
using System.Threading;

namespace Caliburn.Micro.Contrib
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Threading/ResultExecutionThread.cs
@@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;

namespace Caliburn.Micro.Contrib
{
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.SL/Threading/ResultSynchronizationContext.cs
@@ -1,4 +1,4 @@
using System.Threading;
using System.Threading;

namespace Caliburn.Micro.Contrib
{
Expand Down
2 changes: 1 addition & 1 deletion src/CMContrib.WPF/DialogCloser.cs
@@ -1,4 +1,4 @@
using System.Windows;
using System.Windows;

namespace Caliburn.Micro.Contrib
{
Expand Down
@@ -1,4 +1,4 @@
using System.ComponentModel;
using System.ComponentModel;
using System.Windows;

namespace DesignTimeProperties
Expand Down
@@ -1,4 +1,4 @@
<#@ template language="C#v3.5" debug="True" hostspecific="True"#>
<#@ template language="C#v3.5" debug="True" hostspecific="True"#>
<#@ output extension="cs" #>
<#@ assembly name="System.Core" #>
<#@ import namespace="System" #>
Expand Down
@@ -1,4 +1,4 @@
<#+
<#+
private static bool TryGetEventArgsType(EventInfo info, out Type eventArgs)
{
eventArgs = null;
Expand Down
@@ -1,4 +1,4 @@



using System.ComponentModel;
using System.Windows;
Expand Down
@@ -1,4 +1,4 @@
<#@ template language="C#v3.5" debug="True" hostspecific="True"#>
<#@ template language="C#v3.5" debug="True" hostspecific="True"#>
<#@ output extension="cs" #>
<#@ assembly name="System.Core" #>
<#@ assembly name="PresentationFramework" #>
Expand Down

0 comments on commit aa89d80

Please sign in to comment.