menu: normalize indentation
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
|
|
||||||
using namespace NCurses;
|
namespace NCurses {
|
||||||
|
|
||||||
template <> std::string Menu<std::string>::GetItem(size_t pos)
|
template <> std::string Menu<std::string>::GetItem(size_t pos)
|
||||||
{
|
{
|
||||||
@@ -34,3 +34,5 @@ template <> std::string Menu<std::string>::GetItem(size_t pos)
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
1244
src/menu.h
1244
src/menu.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user