[REACTOS] Add missing line breaks at end of file

This commit is contained in:
Timo Kreuzer 2024-05-18 13:30:54 +03:00
parent 764881a94b
commit 0c2cdcae83
128 changed files with 128 additions and 128 deletions

View file

@ -35,4 +35,4 @@ typedef struct _SENDCMDINPARAMS {
ULONG dwReserved[4];
UCHAR bBuffer[1];
} SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS;
#include <poppack.h>
#include <poppack.h>

View file

@ -91,4 +91,4 @@ CCell::SetCellCoordinates(
)
{
m_CellCoordinates = Coordinates;
}
}

View file

@ -519,4 +519,4 @@ CGridView::SetCellFocus(
// Set the new active cell and give it focus
m_ActiveCell = NewActiveCell;
m_ActiveCell->SetFocus(true);
}
}

View file

@ -81,4 +81,4 @@ private:
bool ChangeMapFont(
);
};
};

View file

@ -51,4 +51,4 @@
//WINE_DEFAULT_DEBUG_CHANNEL(charmap);
#endif
#endif

View file

@ -311,4 +311,4 @@ CreateStopDependsDialog(HWND hParent,
return TRUE;
return FALSE;
}
}

View file

@ -322,4 +322,4 @@ done:
PrintErrorMessage(ERROR_SUCCESS);
return result;
}
}

View file

@ -310,4 +310,4 @@ cmdStatistics(
PrintErrorMessage(ERROR_SUCCESS);
return result;
}
}

View file

@ -647,4 +647,4 @@ SndMixerGetLineByName(PSND_MIXER Mixer,
}
return NULL;
}
}

View file

@ -798,4 +798,4 @@ const nfs41_upcall_op nfs41_op_setacl = {
parse_setacl,
handle_setacl,
marshall_setacl
};
};

View file

@ -868,4 +868,4 @@ out:
dprintf(IOLVL, "<-- pnfs_write() returning %s\n",
pnfs_error_string(status));
return status;
}
}

View file

@ -92,4 +92,4 @@ extern BOOL g_IsUISuppressed;
BOOL
GetSuppressNewUIValue(VOID);
#endif /* _UMPNPMGR_PCH_ */
#endif /* _UMPNPMGR_PCH_ */

View file

@ -47,4 +47,4 @@ INT_PTR CALLBACK CustomizeNotifyIconsProc(HWND hwnd, UINT Message, WPARAM wParam
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
{
DialogBoxW(hInst, MAKEINTRESOURCEW(IDD_NOTIFICATIONS_CUSTOMIZE), hExplorer, CustomizeNotifyIconsProc);
}
}

View file

@ -11,4 +11,4 @@
BOOL attach_main(INT argc, LPWSTR *argv)
{
return TRUE;
}
}