# -*- coding: utf-8; mode: snippet -*-
# name: if
# key: if
# contributor: Adriano Martinez <uberkael@gmail.com>
# --
if (${1:condition}) {
  $0
}