Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 4b7bd1949 -> fa6cc192e


stats/stub; coding style nit.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/bca362ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/bca362ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/bca362ca

Branch: refs/heads/develop
Commit: bca362caaf5e48ce4a5cb4d5a00dc601338de8ec
Parents: 4b7bd19
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Feb 21 14:52:51 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Feb 21 14:52:51 2017 -0800

----------------------------------------------------------------------
 sys/stats/stub/include/stats/stats.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bca362ca/sys/stats/stub/include/stats/stats.h
----------------------------------------------------------------------
diff --git a/sys/stats/stub/include/stats/stats.h 
b/sys/stats/stub/include/stats/stats.h
index 0e5f55f..bd0b4a3 100644
--- a/sys/stats/stub/include/stats/stats.h
+++ b/sys/stats/stub/include/stats/stats.h
@@ -44,7 +44,7 @@ struct stats_hdr {
     STAILQ_ENTRY(stats_hdr) s_next;
 };
 
-#define STATS_SECT_DECL(__name)             \
+#define STATS_SECT_DECL(__name)                                         \
     struct stats_ ## __name
 #define STATS_SECT_END };
 

Reply via email to