ATLAS Offline Software
Loading...
Searching...
No Matches
spacer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4/**************************************************************************
5 **
6 ** @file spacer.h
7 **
8 ** Description:
9 **
10 **
11 **
12 ** Author: M.Sutton
13 **
14 ** Created: Thu 21 Apr 2016 21:34:47 CEST
15 ** Modified:
16 **
17 **
18 **
19 **************************************************************************/
20
21
22#ifndef SPACER_H
23#define SPACER_H
24
25#include "string.h"
26
27const std::string spacer = "\t";
28
29
30#endif /* SPACER_H */
31
32
33
34
35
36
37
38
39
40
const std::string spacer
Definition spacer.h:27