mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +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
|
|
@ -199,7 +199,7 @@ int main (int argc, char* argv[])
|
|||
{
|
||||
const File file (files[i]);
|
||||
|
||||
// (avoid source control files and hidden files..)
|
||||
// avoid source control files and hidden files
|
||||
if (! isHiddenFile (file, sourceDirectory))
|
||||
{
|
||||
if (file.getParentDirectory() != sourceDirectory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue