diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2019-08-07 21:45:12 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-09 23:04:28 +0200 |
commit | f7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch) | |
tree | e09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gnuradio-runtime/include/gnuradio/sys_paths.h | |
parent | 78431dc6941e3acc67c858277dfe4a0ed583643c (diff) |
Tree: clang-format without the include sorting
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/sys_paths.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/sys_paths.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnuradio-runtime/include/gnuradio/sys_paths.h b/gnuradio-runtime/include/gnuradio/sys_paths.h index efea07b599..6be2b8847b 100644 --- a/gnuradio-runtime/include/gnuradio/sys_paths.h +++ b/gnuradio-runtime/include/gnuradio/sys_paths.h @@ -26,14 +26,14 @@ namespace gr { - //! directory to create temporary files - GR_RUNTIME_API const char *tmp_path(); +//! directory to create temporary files +GR_RUNTIME_API const char* tmp_path(); - //! directory to store application data - GR_RUNTIME_API const char *appdata_path(); +//! directory to store application data +GR_RUNTIME_API const char* appdata_path(); - //! directory to store user configuration - GR_RUNTIME_API const char *userconf_path(); +//! directory to store user configuration +GR_RUNTIME_API const char* userconf_path(); } /* namespace gr */ |