mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Remove double-dots from comments and other strings
This commit is contained in:
parent
82dc6d1c7e
commit
83e5264c86
209 changed files with 508 additions and 509 deletions
|
|
@ -204,7 +204,7 @@ KeyPress KeyPress::createFromDescription (const String& desc)
|
|||
|
||||
if (key == 0)
|
||||
{
|
||||
// see if it's a function key..
|
||||
// see if it's a function key
|
||||
if (! desc.containsChar ('#')) // avoid mistaking hex-codes like "#f1"
|
||||
{
|
||||
for (int i = 1; i <= 35; ++i)
|
||||
|
|
@ -220,7 +220,7 @@ KeyPress KeyPress::createFromDescription (const String& desc)
|
|||
|
||||
if (key == 0)
|
||||
{
|
||||
// give up and use the hex code..
|
||||
// give up and use the hex code
|
||||
auto hexCode = desc.fromFirstOccurrenceOf ("#", false, false)
|
||||
.retainCharacters ("0123456789abcdefABCDEF")
|
||||
.getHexValue32();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue