Skip to content

Commit 421ce66

Browse files
committed
Format code.
1 parent fcd9aaa commit 421ce66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

analytics/src/analytics_desktop.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#if defined(_WIN32)
3030
#include <windows.h>
31+
3132
#include "analytics_windows.h"
3233
#endif // defined(_WIN32)
3334

analytics/src/analytics_desktop_dynamic.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
#include <stddef.h>
2020

21-
// A nice big chunk of stub memory that can be returned by stubbed Create methods.
21+
// A nice big chunk of stub memory that can be returned by stubbed Create
22+
// methods.
2223
static char g_stub_memory[256] = {0};
2324

2425
// clang-format off

0 commit comments

Comments
 (0)