lib/dynamic-string: coding style fix
authorAndy Zhou <azhou@nicira.com>
Mon, 10 Aug 2015 20:27:45 +0000 (13:27 -0700)
committerAndy Zhou <azhou@nicira.com>
Tue, 1 Sep 2015 22:16:24 +0000 (15:16 -0700)
Remove tabs per coding style

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/dynamic-string.h

index 95172d1..f1e0a36 100644 (file)
@@ -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 *);