summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/vmcircbuf_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_prefs.h')
-rw-r--r--gnuradio-runtime/lib/vmcircbuf_prefs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_prefs.h b/gnuradio-runtime/lib/vmcircbuf_prefs.h
index ec7b6991d7..d267393298 100644
--- a/gnuradio-runtime/lib/vmcircbuf_prefs.h
+++ b/gnuradio-runtime/lib/vmcircbuf_prefs.h
@@ -27,12 +27,12 @@
namespace gr {
- class GR_RUNTIME_API vmcircbuf_prefs
- {
- public:
- static int get(const char *key, char *value, int value_size);
- static void set(const char *key, const char *value);
- };
+class GR_RUNTIME_API vmcircbuf_prefs
+{
+public:
+ static int get(const char* key, char* value, int value_size);
+ static void set(const char* key, const char* value);
+};
} /* namespace gr */