aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/format.h')
-rw-r--r--gdbsupport/format.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/format.h b/gdbsupport/format.h
index 68504b4..b1f0c46 100644
--- a/gdbsupport/format.h
+++ b/gdbsupport/format.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef COMMON_FORMAT_H
-#define COMMON_FORMAT_H
+#ifndef GDBSUPPORT_FORMAT_H
+#define GDBSUPPORT_FORMAT_H
#include <string_view>
@@ -101,4 +101,4 @@ private:
gdb::unique_xmalloc_ptr<char> m_storage;
};
-#endif /* COMMON_FORMAT_H */
+#endif /* GDBSUPPORT_FORMAT_H */