diff --git a/src/Umbraco.Core/Publishing/PublishStatus.cs b/src/Umbraco.Core/Publishing/PublishStatus.cs
index 865f00c58c..519046f5f9 100644
--- a/src/Umbraco.Core/Publishing/PublishStatus.cs
+++ b/src/Umbraco.Core/Publishing/PublishStatus.cs
@@ -26,9 +26,9 @@ namespace Umbraco.Core.Publishing
///
public PublishStatus(IContent content)
: this(content, PublishStatusType.Success)
- {
+ {
}
-
+
public IContent ContentItem { get; private set; }
public PublishStatusType StatusType { get; internal set; }
diff --git a/src/Umbraco.Core/Services/IContentService.cs b/src/Umbraco.Core/Services/IContentService.cs
index cdd71e7a80..0a19deda6e 100644
--- a/src/Umbraco.Core/Services/IContentService.cs
+++ b/src/Umbraco.Core/Services/IContentService.cs
@@ -128,7 +128,7 @@ namespace Umbraco.Core.Services
/// Collection of to save
/// Optional Id of the User saving the Content
/// Optional boolean indicating whether or not to raise events.
- void Save(IEnumerable contents, int userId = 0, bool raiseEvents = true);
+ void Save(IEnumerable contents, int userId = 0, bool raiseEvents = true);
///
/// Deletes all content of specified type. All children of deleted content is moved to Recycle Bin.
diff --git a/src/Umbraco.Tests/Macros/MacroTests.cs b/src/Umbraco.Tests/Macros/MacroTests.cs
index ad30f75d2a..682d07f063 100644
--- a/src/Umbraco.Tests/Macros/MacroTests.cs
+++ b/src/Umbraco.Tests/Macros/MacroTests.cs
@@ -26,9 +26,9 @@ namespace Umbraco.Tests.Macros
new NullCacheProvider());
ApplicationContext.Current = new ApplicationContext(cacheHelper);
ProfilerResolver.Current = new ProfilerResolver(new LogProfiler())
- {
- CanResolveBeforeFrozen = true
- };
+ {
+ CanResolveBeforeFrozen = true
+ };
}
[TearDown]
diff --git a/src/Umbraco.Tests/unit-test-log4net.config b/src/Umbraco.Tests/unit-test-log4net.config
index 1b4fc414e2..dbc6eb1677 100644
--- a/src/Umbraco.Tests/unit-test-log4net.config
+++ b/src/Umbraco.Tests/unit-test-log4net.config
@@ -27,10 +27,10 @@
-
+
-
+
diff --git a/src/umbraco.cms/businesslogic/member/Member.cs b/src/umbraco.cms/businesslogic/member/Member.cs
index bbc689b351..371aaf1d83 100644
--- a/src/umbraco.cms/businesslogic/member/Member.cs
+++ b/src/umbraco.cms/businesslogic/member/Member.cs
@@ -782,7 +782,7 @@ namespace umbraco.cms.businesslogic.member
}
return _password;
}
-
+
///
/// Adds the member to group with the specified id
///