diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-12-10 20:00:08 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-11 15:09:51 +0100 |
commit | ee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (patch) | |
tree | 3a0cb1184b72f6a4343f3876cbcc6b0251d1abe3 /src/core/unit.h | |
parent | cc13b327297bb616f8adca10c7503581c8bc5b93 (diff) |
core: correct spacing near eol in code comments
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 0e45229d7b..f6587ba5f0 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -284,7 +284,7 @@ struct UnitVTable { * that */ size_t exec_runtime_offset; - /* The name of the configuration file section with the private settings of this unit*/ + /* The name of the configuration file section with the private settings of this unit */ const char *private_section; /* Config file sections this unit type understands, separated |