Closed Bug 633792 Opened 13 years ago Closed 1 month ago

NSPasteboard+Utils needs serious style cleanup

Categories

(Camino Graveyard :: General, defect)

All
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: alqahira, Unassigned)

Details

(Keywords: good-first-bug)

Among other things, stuff like:

  else if (urlCount > 1)
  {

  } else if 

  } else {

  if (    [types containsObject:kWebURLsWithTitlesPboardType]
       || [types containsObject:NSURLPboardType]
       || [types containsObject:NSFilenamesPboardType] )

It's not as bad as SaveHeaderSniffer.mm, so this should be pretty easy cleanup.  I could probably even tackle it myself after I'm done patching it :P
Keywords: good-first-bug
Whiteboard: [good first bug]
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.