Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2996 → Rev 2997

/drivers/video/drm/radeon/radeon_legacy_tv.c
1,5 → 1,5
#include "drmP.h"
#include "drm_crtc_helper.h"
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "radeon.h"
 
/*
864,7 → 864,7
*v_sync_strt_wid = tmp;
}
 
static inline int get_post_div(int value)
static int get_post_div(int value)
{
int post_div;
switch (value) {