Skip to content

Commit

Permalink
indent & many stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Martinez authored and Quentin Martinez committed Mar 2, 2018
1 parent 0fab4e2 commit ca5eff4
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 21 deletions.
10 changes: 10 additions & 0 deletions Rules/Header.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System;
namespace appRegex.Rules
{
public class Header
{
public Header()
{
}
}
}
10 changes: 10 additions & 0 deletions Rules/Indentation.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System;
namespace appRegex.Rules
{
public class Indentation
{
public Indentation()
{
}
}
}
10 changes: 10 additions & 0 deletions Rules/Variables.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System;
namespace appRegex.Rules
{
public class Variables
{
public Variables()
{
}
}
}
39 changes: 18 additions & 21 deletions bin/Debug/My_app.c
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* My_app.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: apachkof <apachkof@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2013/11/19 16:38:10 by apachkof #+# #+# */
/* Updated: 2018/03/02 21:00:17 by quentinma ### ########.fr */
/* */
/* ************************************************************************** */

#ifndef FT_LIST_H
# define FT_LIST_H

struct s_list
int main(void)
{
void *data;
struct s_list *next;
}

int main(void)
{
int a;
char alpha;
string pl;
long hier;

a = 0;
if (a != alpha)
{
return;
}
int a;
char alpha;
if (a ==a)
{
plop();
}
}

#endif
Binary file modified bin/Debug/appRegex.exe
Binary file not shown.
Binary file modified bin/Debug/appRegex.pdb
Binary file not shown.

0 comments on commit ca5eff4

Please sign in to comment.