util/TemplateString: no indent after namespace
This commit is contained in:

committed by
Max Kellermann

parent
79fd6143ec
commit
0dda4c06b1
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2016 Max Kellermann <max.kellermann@gmail.com>
|
* Copyright 2015-2020 Max Kellermann <max.kellermann@gmail.com>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -33,6 +33,7 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
namespace TemplateString {
|
namespace TemplateString {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct a null-terminated string from a list of chars.
|
* Construct a null-terminated string from a list of chars.
|
||||||
*/
|
*/
|
||||||
@@ -121,6 +122,7 @@ namespace TemplateString {
|
|||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct Concat<> : Empty {};
|
struct Concat<> : Empty {};
|
||||||
}
|
|
||||||
|
} // namespace TemplateString
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user