mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
c0bbcf613c
cppcheck reports "Variable 'sen' is assigned a value that is never used. [unreadVariable]" for this line. As far as I understand, std::ostream::sentry is used to prepare access to the stream buffer. But, we are never directly accessing the stream buffer. Stream access in this function uses other operator<< functions. Most noise in this patch is about unindenting after if() removal. Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>