ecore-wl2: Minor formatting fix

NB: No functional changes
devs/bu5hm4n/br0ken
Christopher Michael 4 years ago
parent 68b107ff59
commit b5c30bfbbe
  1. 4
      src/lib/ecore_wl2/ecore_wl2.c

@ -71,9 +71,9 @@ _ecore_wl2_surface_modules_init(void)
const char *mod_dir;
#ifdef NEED_RUN_IN_TREE
#if defined(HAVE_GETUID) && defined(HAVE_GETEUID)
# if defined(HAVE_GETUID) && defined(HAVE_GETEUID)
if (getuid() == geteuid())
#endif
# endif
{
char path[PATH_MAX];
//when running in tree we are ignoring all the settings

Loading…
Cancel
Save