From f178730d37ba4f7b4ae686cb5bb1efab30e00308 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 24 May 2020 21:27:13 -0400 Subject: [PATCH] Update scanscalar.cpp Removed damn. happened to notice this through another project ( on a git submodule ) while skimming code to understand things. I use yaml-cpp on other projects and think it's great, so I thought I'd do my tiny little part. Totally fine if you think this is unnecessary or unwarranted. --- src/scanscalar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanscalar.cpp b/src/scanscalar.cpp index c97d136..d03b271 100644 --- a/src/scanscalar.cpp +++ b/src/scanscalar.cpp @@ -73,7 +73,7 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) { continue; } - // otherwise, just add the damn character + // otherwise, add the character char ch = INPUT.get(); scalar += ch; if (ch != ' ' && ch != '\t') {