comparison libgui/src/qt-interpreter-events.cc @ 27929:265b386f8b20

maint: Use two spaces between sentences in code comments. * Canvas.cc, Figure.cc, ObjectProxy.cc, documentation.cc, gui-preferences-sc.h, gui-settings.cc, file-editor-tab.cc, file-editor.cc, find-dialog.cc, octave-qscintilla.cc, main-window.cc, qt-interpreter-events.cc, resource-manager.cc, workspace-model.cc, gl2ps-print.cc, graphics.cc, ls-hdf5.cc, urlwrite.cc, __ode15__.cc, gzip.cc, pt-anon-scopes.cc, pt-jit.cc, DASPK.cc, url-transfer.cc: Use two spaces between sentences in code comments.
author Rik <rik@octave.org>
date Fri, 10 Jan 2020 12:10:13 -0800
parents bd51beb6205e
children f2789cae04f3
comparison
equal deleted inserted replaced
27928:6804f2feea46 27929:265b386f8b20
614 if (value.isEmpty ()) 614 if (value.isEmpty ())
615 return value; 615 return value;
616 616
617 QString adjusted_value = value; 617 QString adjusted_value = value;
618 618
619 // Not all encodings are available. Encodings are uppercase and do 619 // Not all encodings are available. Encodings are uppercase and do
620 // not use CPxxx but IBMxxx or WINDOWS-xxx. 620 // not use CPxxx but IBMxxx or WINDOWS-xxx.
621 621
622 if (key == ed_default_enc.key) 622 if (key == ed_default_enc.key)
623 { 623 {
624 adjusted_value = adjusted_value.toUpper (); 624 adjusted_value = adjusted_value.toUpper ();