Changeset 172 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
May 28, 2005, 7:33:48 PM (20 years ago)
Author:
root
Message:

Reformat for PrEditor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r156 r172  
    4949
    5050
    51 MRESULT EXPENTRY ArcErrProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) {
    52 
     51MRESULT EXPENTRY ArcErrProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     52{
    5353  ARCDUMP *ad;
    5454
    55   switch(msg) {
     55  switch (msg)
     56  {
    5657    case WM_INITDLG:
    5758      if(!mp2)
     
    137138
    138139
    139 SHORT APIENTRY ArcSort (PMINIRECORDCORE p1,PMINIRECORDCORE p2,PVOID pStorage) {
    140 
     140SHORT APIENTRY ArcSort (PMINIRECORDCORE p1,PMINIRECORDCORE p2,PVOID pStorage)
     141{
    141142  PARCITEM    p = (PARCITEM)p1,pp = (PARCITEM)p2;
    142143  DIRCNRDATA *dcd = (DIRCNRDATA *)pStorage;
     
    209210
    210211
    211 INT APIENTRY ArcFilter (PMINIRECORDCORE rmini,PVOID arg) {
    212 
     212INT APIENTRY ArcFilter (PMINIRECORDCORE rmini,PVOID arg)
     213{
    213214  DIRCNRDATA   *dcd = (DIRCNRDATA *)arg;
    214215  PARCITEM      r;
     
    245246
    246247
    247 MRESULT EXPENTRY ArcFrameWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) {
    248 
     248MRESULT EXPENTRY ArcFrameWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     249{
    249250  return CommonFrameWndProc(ARC_CNR,hwnd,msg,mp1,mp2);
    250251}
    251252
    252253
    253 BOOL IsArcThere (HWND hwnd, CHAR *arcname) {
    254 
     254BOOL IsArcThere (HWND hwnd, CHAR *arcname)
     255{
    255256  if(arcname) {
    256257    if(IsFile(arcname) != 1) {
     
    638639
    639640
    640 MRESULT EXPENTRY ArcTextProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) {
    641 
     641MRESULT EXPENTRY ArcTextProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     642{
    642643  static BOOL   emphasized      = FALSE;
    643644  static HWND   hwndButtonPopup = (HWND)0;
     
    11331134
    11341135
    1135 MRESULT EXPENTRY ArcObjWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) {
    1136 
     1136MRESULT EXPENTRY ArcObjWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     1137{
    11371138  DIRCNRDATA *dcd;
    11381139
     
    19921993
    19931994
    1994 MRESULT EXPENTRY ArcCnrWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) {
    1995 
     1995MRESULT EXPENTRY ArcCnrWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     1996{
    19961997  DIRCNRDATA *dcd = WinQueryWindowPtr(hwnd,QWL_USER);
    19971998
Note: See TracChangeset for help on using the changeset viewer.