We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1681

Summary: iOS PumpEvents code uses tabs, not spaces
Product: SDL Reporter: David Ludwig <dll>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: HG 2.0   
Hardware: iPhone/iPod touch   
OS: iOS (All)   
Attachments: converts tabs to spaces, four per tab, in UIKit_PumpEvents

Description David Ludwig 2013-01-04 13:55:09 UTC
Created attachment 1009 [details]
converts tabs to spaces, four per tab, in UIKit_PumpEvents

A small patch I submitted to SDL's iOS code, which was accepted into SDL hg (via Bug 1642 and changeset 6685, links are below), was accidentally formatted with tabs instead of spaces.  The change makes it odd to read the file's contents via SDL's online hg browser, possibly elsewhere as well.

Attached is a patch which modifies the original code, replacing tabs with space.  It should make the file a bit easier to read.  I used four spaces per tab.  The patch does not make any other changes to SDL.

Here are links to the original Bugzilla case and Mercurial changeset:
- bug: http://bugzilla.libsdl.org/show_bug.cgi?id=1642
- changeset: http://hg.libsdl.org/SDL/rev/8faee8f46165
Comment 1 Sam Lantinga 2013-02-11 21:00:01 UTC
Fixed, thanks!
http://hg.libsdl.org/SDL/rev/dd4c12f0358b