Skip to content

Commit 2f45645

Browse files
committed
Change files encoding
1 parent e124b56 commit 2f45645

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Enyim.Caching/Memcached/IAuthenticator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface IAuthenticator
1111
#region [ License information ]
1212
/* ************************************************************
1313
*
14-
* Copyright (c) 2010 Attila Kiskó, enyim.com
14+
* Copyright (c) 2010 Attila Kisk? enyim.com
1515
*
1616
* Licensed under the Apache License, Version 2.0 (the "License");
1717
* you may not use this file except in compliance with the License.

Enyim.Caching/Memcached/MemcachedNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ private async Task<PooledSocket> CreateSocketAsync()
369369

370370
return ps;
371371
}
372+
372373
private PooledSocket CreateSocket()
373374
{
374375
var ps = this.ownerNode.CreateSocket();

Enyim.Caching/Memcached/Protocol/Binary/SaslContinue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected override BinaryRequest Build()
3333
#region [ License information ]
3434
/* ************************************************************
3535
*
36-
* Copyright (c) 2010 Attila Kiskó, enyim.com
36+
* Copyright (c) 2010 Attila Kisk? enyim.com
3737
*
3838
* Licensed under the Apache License, Version 2.0 (the "License");
3939
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)