Changeset 2754


Ignore:
Timestamp:
Jul 30, 2006, 7:55:10 PM (19 years ago)
Author:
bird
Message:

added emacs local vars (stupid formatting).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMScreen.cpp

    r2752 r2754  
    33 * Copyright (C) 2002 Chris Schoeneman
    44 * Copyright (C) 2006 Knut St. Osmundsen
    5  * 
     5 *
    66 * This package is free software; you can redistribute it and/or
    77 * modify it under the terms of the GNU General Public License
    88 * found in the file COPYING that should have accompanied this file.
    9  * 
     9 *
    1010 * This package is distributed in the hope that it will be useful,
    1111 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    436436                return 0;
    437437        }
    438        
     438
    439439        LOG((CLOG_DEBUG "registered hotkey %s (id=%04x mask=%04x) as id=%d", CKeyMap::formatKey(key, mask).c_str(), key, mask, id));
    440440        return id;
    441 #endif 
     441#endif
    442442}
    443443
     
    14911491                        (m_keycode == x.m_keycode && m_mask < x.m_mask));
    14921492}
     1493
     1494
     1495/*
     1496 * Local Variables:
     1497 *  mode: c
     1498 *  c-file-style: "k&r"
     1499 *  c-basic-offset: 4
     1500 *  tab-width: 4
     1501 *  indent-tabs-mode: t
     1502 * End:
     1503 */
     1504
Note: See TracChangeset for help on using the changeset viewer.