diff options
author | teor <teor@torproject.org> | 2020-03-17 18:19:04 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-17 18:19:04 +1000 |
commit | 9c73f5adc4e766b6c5875deeb365f4e40a6caebc (patch) | |
tree | de33bb6449bce1be57425306302b1e667e699737 /src/lib/osinfo/uname.c | |
parent | 49eec76c5e74e951245c84f495c72978eba2b52a (diff) | |
download | tor-9c73f5adc4e766b6c5875deeb365f4e40a6caebc.tar.gz tor-9c73f5adc4e766b6c5875deeb365f4e40a6caebc.zip |
Run "make autostyle"
Diffstat (limited to 'src/lib/osinfo/uname.c')
-rw-r--r-- | src/lib/osinfo/uname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/osinfo/uname.c b/src/lib/osinfo/uname.c index 800acdddb6..f7f5ede307 100644 --- a/src/lib/osinfo/uname.c +++ b/src/lib/osinfo/uname.c @@ -59,7 +59,7 @@ static struct { { 0, 0, NULL, NULL } // clang-format on }; -#endif +#endif /* defined(_WIN32) */ /** Return a pointer to a description of our platform. */ |