summaryrefslogtreecommitdiffstats
path: root/tapsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.h')
-rw-r--r--tapsets.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/tapsets.h b/tapsets.h
index 694829db..45be2c3b 100644
--- a/tapsets.h
+++ b/tapsets.h
@@ -1,6 +1,3 @@
-#ifndef TAPSETS_H
-#define TAPSETS_H
-
// -*- C++ -*-
// Copyright (C) 2005 Red Hat Inc.
//
@@ -9,13 +6,13 @@
// Public License (GPL); either version 2, or (at your option) any
// later version.
+#ifndef TAPSETS_H
+#define TAPSETS_H
+
#include "config.h"
#include "staptree.h"
#include "elaborate.h"
-
-void
-register_standard_tapsets(systemtap_session & sess);
-
+void register_standard_tapsets(systemtap_session & sess);
#endif // TAPSETS_H