Skip to content

Commit 225fe21

Browse files
ing-eokingjhpark816
authored andcommitted
INTERNAL: Remove whitespace in libmemcached files
1 parent 33738eb commit 225fe21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+248
-248
lines changed

libmemcached/allocators.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* Libmemcached library
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/analyze.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* Libmemcached library
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* LibMemcached
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* LibMemcached
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/assert.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
18-
*
18+
*
1919
* libmcachedd client library.
2020
*
2121
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/auto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
18-
*
18+
*
1919
* Libmemcached library
2020
*
2121
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/backtrace.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* libmcachedd client library.
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/
@@ -59,7 +59,7 @@ void custom_backtrace(void)
5959

6060
fprintf(stderr, "Number of stack frames obtained: %lu\n", (unsigned long)size);
6161

62-
for (size_t x= 1; x < size; x++)
62+
for (size_t x= 1; x < size; x++)
6363
{
6464
size_t sz= 200;
6565
char *function= (char *)malloc(sz);
@@ -82,7 +82,7 @@ void custom_backtrace(void)
8282

8383
int status;
8484
char *ret = abi::__cxa_demangle(begin, function, &sz, &status);
85-
if (ret)
85+
if (ret)
8686
{
8787
function= ret;
8888
}

libmemcached/backtrace.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* libmcachedd client library.
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/basic_string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* Libmemcached library
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

libmemcached/behavior.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
2-
*
2+
*
33
* Libmemcached library
44
*
55
* Copyright (C) 2011 Data Differential, http://datadifferential.com/

0 commit comments

Comments
 (0)