K 10 svn:author V 2 cy K 8 svn:date V 27 2017-11-03T13:08:29.298314Z K 7 svn:log V 368 While discussing the new gets_s.c in D12785, ed@ suggested putting {}'s around the if (c == EOF) block to prevent potential 'trailing else' issues from being introduced when refactoring. As my gets_s() code is based on this, it makes sense to fix the same issue here first here and now, then do an svn copy again to capture this history). Suggested by: ed@ in D12785 END