From 1978c49bea5b439d993067c055cec47e70db8fd6 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 22:33:50 +0200 Subject: minor refactoring --- src/status.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/status.cc') diff --git a/src/status.cc b/src/status.cc index 8b481ef..341c04f 100644 --- a/src/status.cc +++ b/src/status.cc @@ -1,16 +1,14 @@ -/** -------------------------------------------------------------------- +/** * @file status.cc * @brief Implementation of the Status class. * @author Andreas Aardal Hanssen * @date 2002-2005 - * ----------------------------------------------------------------- **/ + */ + #include "status.h" -using namespace ::std; using namespace Binc; -//------------------------------------------------------------------------ Status::Status(void) {} -//------------------------------------------------------------------------ Status::~Status(void) {} -- cgit v1.2.3