From b614072b993f7fcbd29b517c6b03b2a2888c69c4 Mon Sep 17 00:00:00 2001 From: Andy Zhou Date: Mon, 10 Aug 2015 13:27:45 -0700 Subject: [PATCH] lib/dynamic-string: coding style fix Remove tabs per coding style Signed-off-by: Andy Zhou Acked-by: Ben Pfaff --- lib/dynamic-string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dynamic-string.h b/lib/dynamic-string.h index 95172d102..f1e0a368a 100644 --- a/lib/dynamic-string.h +++ b/lib/dynamic-string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2015 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -63,7 +63,7 @@ int ds_get_preprocessed_line(struct ds *, FILE *, int *line_number); int ds_get_test_line(struct ds *, FILE *); void ds_put_strftime_msec(struct ds *, const char *format, long long int when, - bool utc); + bool utc); char *xastrftime_msec(const char *format, long long int when, bool utc); char *ds_cstr(struct ds *); -- 2.20.1