diff options
| author | Alexey Bykov <[email protected]> | 2022-02-10 16:47:16 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:16 +0300 |
| commit | 4cadece7a57ab767e762a0bea1995a596aefeb11 (patch) | |
| tree | 7649c16cf4b52e994709f6c9e1716c993ca28759 /contrib/libs/zstd/lib/common/debug.c | |
| parent | 143876304996506751ade0b80b3c47f188b9834f (diff) | |
Restoring authorship annotation for Alexey Bykov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zstd/lib/common/debug.c')
| -rw-r--r-- | contrib/libs/zstd/lib/common/debug.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/zstd/lib/common/debug.c b/contrib/libs/zstd/lib/common/debug.c index bb863c9ea61..713b79c6253 100644 --- a/contrib/libs/zstd/lib/common/debug.c +++ b/contrib/libs/zstd/lib/common/debug.c @@ -1,4 +1,4 @@ -/* ****************************************************************** +/* ****************************************************************** * debug * Part of FSE library * Copyright (c) Yann Collet, Facebook, Inc. @@ -10,15 +10,15 @@ * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. -****************************************************************** */ - - -/* - * This module only hosts one global variable - * which can be used to dynamically influence the verbosity of traces, - * such as DEBUGLOG and RAWLOG - */ - -#include "debug.h" - -int g_debuglevel = DEBUGLEVEL; +****************************************************************** */ + + +/* + * This module only hosts one global variable + * which can be used to dynamically influence the verbosity of traces, + * such as DEBUGLOG and RAWLOG + */ + +#include "debug.h" + +int g_debuglevel = DEBUGLEVEL; |
